Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_create_task

Create and manage tasks in Todoist with detailed options like subtasks, due dates, priorities, and labels for efficient task organization.

Instructions

Create a new task in Todoist with comprehensive options including subtasks

Input Schema

NameRequiredDescriptionDefault
contentYesThe content/title of the task
descriptionNoDetailed description of the task (optional)
dueStringNoNatural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional)
labelsNoArray of label names to assign to the task (optional)
parentIdNoParent task ID to create this as a subtask (optional)
priorityNoTask priority from 1 (normal) to 4 (urgent) (optional)
projectIdNoProject ID to create the task in (optional)
sectionIdNoSection ID to create the task in (optional)

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "The content/title of the task", "type": "string" }, "description": { "description": "Detailed description of the task (optional)", "type": "string" }, "dueString": { "description": "Natural language due date like 'tomorrow', 'next Monday', 'Jan 23' (optional)", "type": "string" }, "labels": { "description": "Array of label names to assign to the task (optional)", "items": { "type": "string" }, "type": "array" }, "parentId": { "description": "Parent task ID to create this as a subtask (optional)", "type": "string" }, "priority": { "description": "Task priority from 1 (normal) to 4 (urgent) (optional)", "enum": [ 1, 2, 3, 4 ], "type": "number" }, "projectId": { "description": "Project ID to create the task in (optional)", "type": "string" }, "sectionId": { "description": "Section ID to create the task in (optional)", "type": "string" } }, "required": [ "content" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/kydycode/todoist-mcp-server-ext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server