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).
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | yes | |
description | string | no | |
status | "planned" | "active" | "completed" | "canceled" | no | |
lead | string | no | The person in charge: user email, id, or 'me' |
targetDate | string | no | YYYY-MM-DD |
update_initiative
Update an initiative by name or id.
| Parameter | Type | Required | Description |
|---|---|---|---|
initiative | string | yes | Initiative name or id |
name | string | no | |
description | string | no | |
status | "planned" | "active" | "completed" | "canceled" | no | |
lead | string | no | The person in charge: user email, id, or 'me' |
targetDate | string | no |