add_task
Add a new task to Todoist, specifying content (required), priority, labels, project, and section.
Instructions
Create a TODO task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The task content (required). The text of the task. This value may contain markdown-formatted text and hyperlinks | |
| description | No | A description for the task. This value may contain markdown-formatted text and hyperlinks. | |
| priority | No | Task priority from 1 (normal) to 4 (very urgent) | |
| labels | No | The task labels | |
| project_id | No | ID of the project to add the task to. If not set, task will be added to the inbox | |
| section_id | No | ID of the section to add the task to |