complete_todo
Mark a Planner ToDo as completed. Automatically trims future work slots and triggers issue automation when attached to an issue.
Instructions
Complete a Planner ToDo by setting doneOn. Huly may trim future work slots and run issue automation when the ToDo is attached to an issue.
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. | |
| doneOn | No | Completion timestamp. If omitted, uses the current time. |
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. |