VoidTrack Docs
MCP tool reference

Initiatives

MCP tools for initiatives.

Generated from the live tool catalog in packages/mcp/src/server.ts. Run pnpm mcp-docs in apps/docs to regenerate after changing a tool.

list_initiatives

List initiatives with their projects.

This tool takes no parameters.

create_initiative

Create an initiative (top-level goal that groups projects).

ParameterTypeRequiredDescription
namestringyes
descriptionstringno
status"planned" | "active" | "completed" | "canceled"no
leadstringnoThe person in charge: user email, id, or 'me'
targetDatestringnoYYYY-MM-DD

update_initiative

Update an initiative by name or id.

ParameterTypeRequiredDescription
initiativestringyesInitiative name or id
namestringno
descriptionstringno
status"planned" | "active" | "completed" | "canceled"no
leadstringnoThe person in charge: user email, id, or 'me'
targetDatestringno

On this page