VoidTrack Docs
MCP tool reference

Cycles

MCP tools for cycles.

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_cycles

List cycles for a team. The active one has isActive=true.

ParameterTypeRequiredDescription
teamstringyesTeam key or id

create_cycle

Create a cycle for a team. Defaults: starts now, length from team settings.

ParameterTypeRequiredDescription
teamstringyesTeam key or id
namestringno
startsAtstringnoISO datetime
endsAtstringnoISO datetime

update_cycle

Update a cycle's name or dates. Only provided fields change.

ParameterTypeRequiredDescription
idstringyesCycle id
namestring | nullnoCycle name, or null to clear
startsAtstringnoISO datetime or YYYY-MM-DD
endsAtstringnoISO datetime or YYYY-MM-DD

delete_cycle

Delete a cycle.

ParameterTypeRequiredDescription
idstringyesCycle id

On this page