List todos
todo_listRetrieve shared TODO items as a checklist. Use filters for status, category, agent, or session to focus on relevant tasks.
Instructions
List items from the shared global TODO list, formatted as a checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | Restrict to the todo list, the backlog, or both (default) | all |
| agent | No | Restrict to items added by this MCP client name, e.g. "claude-code" | |
| filter | No | Which todos to return | open |
| session | No | Restrict to items added during this connection's session token (see the 'via' suffix on listed items) | |
| category | No | Restrict to items with this exact category/tag | |
| inProgress | No | If true, restrict to items currently claimed via todo_claim (see the '▶working' suffix) |