F
licenseNot graded
qualityB
maintenanceMCP server that provides tools to create and list tasks by consuming a REST API, allowing LLMs to manage a TODO list via natural language.
-
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct action on a task: adding, completing, or deleting. There is no overlap or ambiguity between them.
All tools follow the same verb_noun pattern: add_task, complete_task, delete_task. Naming is uniform and predictable.
With only 3 tools, the set is minimal but each tool serves a clear purpose in the todo domain. The count is well-scoped and appropriate.
The set includes create, complete, and delete operations but lacks a way to list or retrieve tasks. This is a significant gap since agents cannot view existing tasks, making the tool surface incomplete for a todo workflow.