Skip to main content
Glama

Enhanced Todoist MCP Server Extended

todoist_search_tasks

Search for specific tasks in Todoist by content or name using a query, optionally filtered by project and limited by result count, when task IDs are unknown.

Instructions

Search for tasks by content/name (fallback for when ID is not known)

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results (default: 10) (optional)
projectIdNoLimit search to specific project (optional)
queryYesSearch query to find tasks by content

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 10, "description": "Maximum number of results (default: 10) (optional)", "type": "number" }, "projectId": { "description": "Limit search to specific project (optional)", "type": "string" }, "query": { "description": "Search query to find tasks by content", "type": "string" } }, "required": [ "query" ], "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