search_todos
Find to-dos by entering a name substring; filter by tags, limit results, or include completed items from the Logbook. Returns matching tasks with notes to help manage and triage them.
Instructions
Search to-dos whose name contains query (case-insensitive).
By default only open to-dos are searched; set include_completed=True to also search the Logbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only return to-dos carrying ANY of these tags (comma-separated, case-insensitive). Empty = no tag filter. | |
| limit | No | Return at most N to-dos (0 = all). Applied AFTER the tag filter. | |
| query | Yes | Name substring to search for. | |
| include_notes | No | False drops the `notes` field — notes dominate the payload. | |
| include_completed | No | Also search the Logbook. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |