F
licenseA
qualityD
maintenanceEnables task management (create, list, update tasks with priority and status) using SQLite storage via MCP tools.
3
-
No user-submitted related servers found.
Scored across 6 tools
Each tool has a unique action (add, complete, delete, get, list, update) with no overlap, making selection unambiguous.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., add_task, complete_task), adhering perfectly to the convention.
With 6 tools covering core task operations (CRUD + status), the count is well-scoped for a local task manager.
Covers the full lifecycle except for a 'reopen' or 'set pending' operation; update_task only modifies title/description, not status, which is a minor gap.