list_todos
List Huly Planner ToDos with optional filters for owner, issue, title, due date, priority, visibility, or completion state.
Instructions
List Huly Planner ToDos. Empty input returns up to 50 ToDos in planner order with all completion states. Use owner, issue, title, due date, priority, visibility, or completion filters to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | No | a string that will be trimmed | |
| issue | No | Filter ToDos attached to one issue. | |
| title | No | a string that will be trimmed | |
| titleSearch | No | a string that will be trimmed | |
| dueFrom | No | Only ToDos due at or after this timestamp. | |
| dueTo | No | Only ToDos due at or before this timestamp. | |
| completionState | No | Completion filter. Default: all. | |
| priority | No | Planner ToDo priority. Allowed values: no-priority, low, medium, high, urgent. | |
| visibility | No | Planner ToDo visibility. Allowed values: public, freeBusy, private. | |
| limit | No | Maximum number of ToDos to return (default: 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |