unschedule_todo
Remove scheduled work slots from a ToDo by providing the work slot ID, or clear all or future slots using a locator.
Instructions
Remove ToDo work slots. Pass either workSlotId to remove one slot, locator with scope=all, or locator with scope=future and optional from.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locator | No | LLM-first ToDo locator. Prefer issue/title/owner forms when you do not know the raw Huly ToDo ID. | |
| scope | No | Remove all work slots for the located ToDo. | |
| from | No | Reference timestamp for future work slots. If omitted, uses current time. | |
| workSlotId | No | a string that will be trimmed |
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. |