Todoist MCP Server
by abhiz123
todoist_create_task
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 | |
description | No | Detailed description of the task (optional) | |
due_string | No | Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional) | |
priority | No | Task priority from 1 (normal) to 4 (urgent) (optional) |