add_task
Add a task to Todoist with natural-language due dates and priority levels from p1 (highest) to p4 (none).
Instructions
Add a task to Todoist. Supports natural-language due dates ('tomorrow at 5pm', 'every monday') and a priority of p1 (highest) to p4 (none). Use when the user wants to create a to-do, reminder, or task in Todoist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Natural-language due date, e.g. 'tomorrow 9am', 'every friday'. | |
| content | Yes | The task text, e.g. 'Buy milk'. | |
| project | No | Project name to file under. Omitted = Inbox. | |
| priority | No | p1 (highest) to p4 (none). Default p4. | |
| description | No | Longer note/details for the task. |