create_todo
Create a new TODO in your project workspace with a required title and optional metadata such as tags, priority, due date, and dependencies to keep tasks organized and trackable.
Instructions
Create a new TODO item with optional metadata. IMPORTANT: Before creating your first TODO, call list_projects to check existing workspaces, then call switch_project to set up your project workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization | |
| title | Yes | The title/summary of the TODO | |
| dueDate | No | Due date in ISO format (YYYY-MM-DD or YYYY-MM-DDTHH:mm:ss) | |
| metadata | No | Additional metadata as key-value pairs | |
| priority | No | Priority level | medium |
| description | No | Detailed description of the task | |
| dependencies | No | IDs of other TODOs this depends on |