VoidTrack Docs
MCP tool reference

Projects

MCP tools for projects.

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_projects

List projects, optionally filtered by initiative.

ParameterTypeRequiredDescription
initiativestringnoInitiative name or id

create_project

Create a project, optionally under an initiative and linked to teams.

ParameterTypeRequiredDescription
namestringyes
descriptionstringno
status"backlog" | "planned" | "started" | "paused" | "completed" | "canceled"no
initiativestringnoInitiative name or id
leadstringnoUser email, id, or 'me'
teamsstring[]yesTeam keys - every project belongs to >=1 team
startDatestringnoYYYY-MM-DD
targetDatestringnoYYYY-MM-DD

update_project

Update a project by name or id. Only provided fields change.

ParameterTypeRequiredDescription
projectstringyesProject name or id
namestringno
descriptionstringno
status"backlog" | "planned" | "started" | "paused" | "completed" | "canceled"no
initiativestringno
leadstringno
teamsstring[]no
startDatestringno
targetDatestringno

On this page