get_today
Retrieve all to-dos in the Things 3 Today list, with optional tag filtering and limits to focus on what matters now.
Instructions
List all to-dos currently in the Things 3 "Today" list.
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. Filter here rather than client-side: the tag, not the area, is what identifies e.g. a purchase decision, and a to-do filed in no area is the normal case. | |
| limit | No | Return at most N to-dos (0 = all). Applied AFTER the tag filter. | |
| include_notes | No | False drops the `notes` field. Notes dominate the payload (72 % of a real 95-to-do list) — leave them out for overviews and fetch them per to-do with get_todo() when you actually need them. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |