Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_quick_add_task

Quickly create tasks in Todoist using natural language input. Specify details like due dates, reminders, and notes directly in the task description for efficient task management.

Instructions

Create a task using Todoist's Quick Add feature with natural language parsing

Input Schema

NameRequiredDescriptionDefault
noteNoAdditional note for the task (optional)
reminderNoReminder time (optional)
textYesNatural language text for quick task creation (e.g., 'Buy milk tomorrow at 2pm #shopping')

Input Schema (JSON Schema)

{ "properties": { "note": { "description": "Additional note for the task (optional)", "type": "string" }, "reminder": { "description": "Reminder time (optional)", "type": "string" }, "text": { "description": "Natural language text for quick task creation (e.g., 'Buy milk tomorrow at 2pm #shopping')", "type": "string" } }, "required": [ "text" ], "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