todoist_create_task
Create new Todoist tasks with detailed options like subtasks, due dates, priorities, labels, and project organization.
Instructions
Create a new task in Todoist with comprehensive options including subtasks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content/title of the task | |
| description | No | Detailed description of the task (optional) | |
| projectId | No | Project ID to create the task in (optional) | |
| sectionId | No | Section ID to create the task in (optional) | |
| parentId | No | Parent task ID to create this as a subtask (optional) | |
| dueString | No | Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional) | |
| priority | No | Task priority from 1 (normal) to 4 (urgent) (optional) | |
| labels | No | Array of label names to assign to the task (optional) |