Skip to main content
Glama
ni-c

mealie-mcp

by ni-c

Tick off or change shopping list items

update_shopping_list_items

Update specific items on a shopping list—mark them as checked, set quantities, or replace notes—while preserving all other item fields.

Instructions

Changes items on a shopping list — most often ticking them off. Only the given fields are changed; the rest of each item is preserved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
noteNoReplace the text of every listed item
checkedNoTick the items off (true) or put them back (false)
list_idYesShopping list UUID, from list_shopping_lists
item_idsYesItem UUIDs from get_shopping_list
quantityNoSet the quantity of every listed item
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses the partial update behavior: 'Only the given fields are changed; the rest of each item is preserved.' This adds value beyond the annotations (readOnlyHint=false, destructiveHint=false), which only indicate non-read-only and non-destructive nature. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences: the first states the purpose, the second adds a critical behavioral note. No redundant words, front-loaded with the primary action. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 parameters (2 required, 3 optional), no output schema, and annotations present, the description covers the core behavior and partial update guarantee. It could mention idempotency or that multiple items are updated simultaneously, but the current description is fairly complete for a simple mutation tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds global semantics: 'Only the given fields are changed; the rest of each item is preserved.' This clarifies that the tool performs a partial update, which is not explicitly stated in the individual parameter descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'changes' and the resource 'shopping list items', with a specific common use case 'ticking them off'. It distinguishes from sibling tools like 'add_shopping_list_items' and 'delete_shopping_list_items' by implying updates to existing items.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage through the phrase 'most often ticking them off', but it does not explicitly state when to use this tool versus alternatives such as 'add_shopping_list_items' or 'delete_shopping_list_items'. No when-not-to-use or alternative guidance is provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ni-c/mealie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server