Todoist
Server Details
Todoist MCP Pack
Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.
If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.
- Status
- Unhealthy
- Uptime
- 47.8% over 37 days
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- pipeworx-io/mcp-todoist
- GitHub Stars
- 0
TDQS
Scored across 36 tools
Four universal routers (ask_pipeworx, its explicitly identical ask_pipeworx_beta, ask_pipeworx_grounded, deep_research) plus validate_claim overlap heavily on answering factual questions, and discover_tools, suggest_questions, and pipeworx_trending overlap on capability discovery. Descriptions do a decent job of steering, but the presence of a byte-identical beta router and multiple near-duplicate answer paths creates real ambiguity. Mixing a full Pipeworx platform with five Todoist tools under a server named 'Todoist' further muddies what this server is for.
Everything is snake_case, which is good, but the structural pattern is mixed: verb_noun (list_tasks, compare_entities, resolve_entity), noun-phrase/domain (entity_profile, polymarket_edges, ai_visibility_check, deep_research), single verbs (remember, forget, subscribe), and namespaced prefixes (todoist_, pipeworx_, polymarket_). Readable but no single predictable convention across the set.
36 tools is heavy for one server and spans several distinct product surfaces (data routing, Polymarket analytics, subscriptions, memory, AI visibility, Todoist). The namesake Todoist needs only a handful, so the set is over-scoped and looks like two servers stapled together rather than a well-scoped toolset.
The Pipeworx data-routing half is broad and covers question answering, entity resolution, polymarket, and subscriptions reasonably well, but the namesake Todoist surface is read-only: it can list/get tasks, labels, projects, and sections but has no create, update, complete, or delete task operations. For a server named Todoist this is a severe lifecycle gap that will cause agent failures on basic 'add/complete a task' requests.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
1 tool update
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "when-will-bitcoin-hit-150k" - }, - { - "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" - } -]New value: +[ + { + "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination" + }, + { + "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
2 tool updates
- Changed
bet_research2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "market": "will-bitcoin-reach-100k-in-july-2026" - }, - { - "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026" - } -]New value: +[ + { + "market": "when-will-bitcoin-hit-150k" + }, + { + "market": "https://polymarket.com/event/when-will-bitcoin-hit-150k" + } +] - changed
Input schema / properties / market / descriptionPrevious value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"when-will-bitcoin-hit-150k\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
- Changed
polymarket_kalshi_spread2 fields changed- changed
Input schema / examplesPrevious value: -[ - { - "topic": "fed" - }, - { - "topic": "btc" - } -]New value: +[ + { + "topic": "fed" + }, + { + "topic": "btc" + }, + { + "topic": "bitcoin" + }, + { + "topic": "fed rate decision" + } +] - changed
Input schema / properties / topic / descriptionPrevious value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."
Related MCP Connectors
Microsoft To Do (Microsoft 365) MCP Pack
Notion MCP Pack
- mcpOAuthnet.todoist
Official Todoist MCP server for AI assistants to manage tasks, projects, and workflows.
Google Sheets MCP Pack
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP Server to create and manage tasks, projects, labels and more in Todoist, using their unified v1 API77 npm7GPL 3.0
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Todoist through the MCP interface, providing full CRUD operations for tasks and projects including creating, updating, completing, and filtering tasks with natural language commands.4 npmMIT
- AlicenseAqualityDmaintenanceConnect AI agents to your Todoist tasks via the Model Context Protocol (MCP).281MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Todoist API integration, allowing management of tasks, projects, sections, labels, and comments through natural language.12 npmMIT
Glama MCP Gateway
Add one secure layer between your agents and this server.