get_completed
Sync completed tasks to other systems by retrieving to-dos finished within a specified number of days. Filter by tag, limit, and include notes as needed.
Instructions
List to-dos completed within the last days days (from the Logbook).
Useful for syncing finished tasks back into other systems. days
defaults to 30.
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. | |
| days | No | Look back this many days. | |
| 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 |