F
licenseNot graded
qualityC
maintenanceMCP server for the Bring! shopping list API, enabling management of shopping lists via natural language.
-
No user-submitted related servers found.
Scored across 9 tools
Each tool targets a distinct operation (add item, delete list, mark purchased, etc.) with clear, non-overlapping purposes. No two tools could be confused for the same action.
All tool names consistently follow the verb_noun pattern with lowercase underscores, e.g., 'create_list', 'delete_item', 'list_shopping_lists'. No mixing of styles.
With 9 tools covering both list-level and item-level operations, the count is well-scoped for a shopping list manager—neither too few nor excessive.
The tool set provides full CRUD coverage for lists (create, delete, rename, list) and items (add, delete, mark purchased, update amount, list). No obvious gaps for basic shopping list management.