get_inbox
List all unfiled to-dos in Things 3 Inbox. Supports optional tag filtering to locate and triage specific tasks.
Instructions
List all to-dos currently in the Things 3 "Inbox" (unfiled tasks).
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. | |
| include_notes | No | False drops the `notes` field — notes dominate the payload. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |