F
licenseNot graded
qualityC
maintenanceEnables CRUD operations on a SQLite task database with filtering by status and priority.
-
No user-submitted related servers found.
Scored across 6 tools
Each tool targets a distinct operation: create, get, list, update, and a two-step delete with prepare and confirm. There is no functional overlap.
All tool names follow a consistent verb_noun pattern (e.g., create_task, update_task, prepare_delete_task). The naming is clear and predictable.
With 6 tools, the server is well-scoped for task CRUD operations. The count is neither excessive nor insufficient for the domain.
The tool set covers full CRUD functionality plus a secure two-step delete. No obvious missing operations for the stated purpose of secure task management.