Add todo
todo_addAdd a new task to a shared TODO or backlog list, with optional due date, category, priority, and notes, ensuring tasks are tracked and visible to all sessions.
Instructions
Add a new item to the shared global TODO list. Use list="backlog" for things to park and not hold in context (deferred findings, low-priority follow-ups); list="todo" (default) for near-term actionable items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Which list this item belongs to | todo |
| title | Yes | Short one-line title/summary | |
| dueDate | No | Optional due date, YYYY-MM-DD | |
| category | No | Optional free-form category/tag, e.g. a ticket id like "VPQ-834" | |
| priority | No | Optional priority | |
| description | No | Optional longer body text — details, context, links |