create_task
Create a Todoist task with title, due date, priority, labels, and optional subtask assignment from meeting notes.
Instructions
Create a single Todoist task. Supports project/section by name, natural language due date, priority 1-4, labels, and optional parent task (subtask).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Task title/content | |
| description | No | ||
| project_name | No | Project name (resolved to ID) | |
| section_name | No | Section name within the project | |
| due_string | No | Natural language due date, e.g. 'by Friday', 'tomorrow' | |
| priority | No | ||
| labels | No | ||
| parent_task_name | No | Create as subtask of this task (matched by name) |