todoist_add_task
Create new tasks in Todoist with content, due dates, priorities, projects, and labels through the py-todoist-mcp server.
Instructions
Create a new task in Todoist.
Args: content: The task content/name. description: Optional task description. due_date: Optional due date string (e.g., "tomorrow", "2024-01-15", "next Monday"). priority: Optional priority (1-4, where 4 is highest). project_id: Optional project ID to assign the task to. labels: Optional list of label names to apply.
Returns: A confirmation message with the created task ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| description | No | ||
| due_date | No | ||
| priority | No | ||
| project_id | No | ||
| labels | No |