create_task
Add a new task to your Todoist with a title, optional project, labels, due date, and description.
Instructions
Create a new task in Todoist.
Creates a task with the given content in the specified project. Optionally attach labels, a due date, and a description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labels | No | Labels to apply, by name. Use list_todoist_labels() for available labels. | |
| content | Yes | The task title/content | |
| project | No | Project name to create the task in (case-insensitive). Defaults to 'Inbox'. Use list_todoist_projects() for valid names. | Inbox |
| due_date | No | Due date — natural language ('tomorrow', 'next Monday') or date string ('2026-03-15'). | |
| description | No | Optional longer description for the task. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||