update_todo
Update a Planner ToDo by human locator or raw ID, modifying title, markdown description, owner, due date, priority, or visibility.
Instructions
Update a Planner ToDo by human locator or raw todoId. Supports title, markdown description, owner, dueDate including null to clear, priority, and visibility.
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. | |
| title | No | a string that will be trimmed | |
| description | No | New ToDo description in markdown. Pass null to clear; empty string is also accepted. | |
| owner | No | a string that will be trimmed | |
| dueDate | No | New due date timestamp, or null to clear. | |
| priority | No | Planner ToDo priority. Allowed values: no-priority, low, medium, high, urgent. | |
| visibility | No | Planner ToDo visibility. Allowed values: public, freeBusy, private. |
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. |