get_todo
Retrieve a planner ToDo using its raw ID or a human locator like issue, title, and owner. Returns details including owner, description, and attachments.
Instructions
Get one Planner ToDo by raw todoId or by human locator such as issue + title + owner. Returns stable ToDo fields, owner, attachment context, description, labels count, and work slot count.
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. |
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. |