update-todo
Modify existing tasks in Things 3 by updating fields like title, notes, deadlines, tags, and completion status using the SupaThings MCP server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| auth-token | No | ||
| title | No | ||
| notes | No | ||
| when | No | ||
| deadline | No | ||
| tags | No | ||
| checklist_items | No | ||
| list_id | No | ||
| list | No | ||
| heading_id | No | ||
| heading | No | ||
| completed | No | ||
| canceled | No |