MCP tools: tasks
To-dos (VTODO) on your task-capable calendars, over MCP — parallel to
calendar events. write tools need
ATBRIDGE_ALLOW_WRITES=1 — see the MCP overview.
| Tool | Access | Purpose | Key parameters |
|---|---|---|---|
tasks_list | read | List tasks / to-dos (lean rows by default) | calendar_id, include_completed, limit, verbose |
tasks_create | write | Create a task / to-do | title, due, start, priority (high|normal|low), notes, calendar_id |
tasks_update | write | Update a task | id + fields to change ('' clears) |
tasks_complete | write | Mark a task done | id, reopen |
tasks_delete | write | Delete a task | id |
Was this page helpful?
Thanks for the feedback!