todoist_create_task
Create new Todoist tasks with due dates, priorities, labels, and project assignments to organize and manage your workflow.
Instructions
Create a new task with optional due date, priority, labels, and project/section assignment
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | Task content (supports markdown) | |
| description | No | Task description (supports markdown) | |
| project_id | No | Project ID (defaults to Inbox) | |
| section_id | No | Section ID | |
| parent_id | No | Parent task ID for subtasks | |
| order | No | Task order | |
| labels | No | Label names | |
| priority | No | Priority: 1 (normal) to 4 (urgent) | |
| due_string | No | Natural language due date (e.g., "tomorrow at 3pm") | |
| due_date | No | Due date in YYYY-MM-DD format | |
| due_datetime | No | Due datetime in RFC3339 format | |
| due_lang | No | Language for due_string | |
| assignee_id | No | Assignee user ID (shared tasks) | |
| duration | No | Duration amount | |
| duration_unit | No | Duration unit |