todoist_create_task
Create a new task in Todoist by specifying content, optional due date, priority, and description using natural language.
Instructions
Create a new task in Todoist with optional description, due date, and priority
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The content/title of the task | |
| priority | No | Task priority from 1 (normal) to 4 (urgent) (optional) | |
| due_string | No | Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional) | |
| description | No | Detailed description of the task (optional) |