A
licenseNot graded
qualityB
maintenanceEnables AI agents to create, read, and manage tasks and projects in a personal todo system through MCP tools.
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool maps to a distinct action on todos: create, list, and mark complete. There is no overlap or ambiguity between them.
All tool names follow a clear verb_noun snake_case pattern (add_todo, list_todos, complete_todo). The singular/plural variation is natural and does not affect consistency.
Three tools is a well-scoped size for a simple todo demo server. Each tool serves a clear purpose with no filler.
Core todo workflow is covered: create, list/filter, and complete. Minor gaps like deleting or editing todos exist, but they are not fatal for a demo-focused server.