create_todo
Create a Planner ToDo as a personal task or attach it to an issue. Specify title, priority, due date, and assignee.
Instructions
Create a Planner ToDo. Omit attachedTo for a personal ToDo, or pass attachedTo.type=issue with project and identifier for an issue action item. Omit owner to use the authenticated user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | a string that will be trimmed | |
| description | No | ToDo description in markdown. | |
| owner | No | a string that will be trimmed | |
| dueDate | No | Due date as Unix timestamp in milliseconds. | |
| priority | No | Priority. Default: no-priority. | |
| visibility | No | Visibility. Default: private for personal ToDos, public for issue ToDos. | |
| attachedTo | No | Attachment target. If omitted, creates a personal ToDo. |
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. |