list_open_todos
Retrieve unfinished TODOs and action items from past coding sessions. Filter by project, source, or text to find pending tasks without needing an API key.
Instructions
List unfinished TODOs / action items the user left across past coding sessions (newest first), optionally scoped to a project path or source. Extracted heuristically from the history (markdown task checkboxes + TODO/FIXME markers), so it works with NO API key and no AI distillation. Each TODO carries the threadId it came from — fetch that thread for full context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max TODOs to return (default 100). | |
| query | No | Optional text search over the TODO text + thread title (case-insensitive). | |
| source | No | Optional source filter (see search_threads). Empty = all sources. | |
| project | No | Substring-match the project path (e.g. a repo path) to scope results. |