schedule_todo
Schedule a ToDo using its ID or human locator to create a work slot with title, description, and visibility settings.
Instructions
Schedule a Planner ToDo by raw todoId or human locator, creating a work slot with ToDo title, description, and visibility metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | Yes | LLM-first ToDo locator. Prefer issue/title/owner forms when you do not know the raw Huly ToDo ID. | |
| date | Yes | Work slot start timestamp. | |
| dueDate | Yes | Work slot end timestamp. |
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. |