Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Workflow Shopping Reconcile Apply Tool

workflow_shopping_reconcile_apply_tool

Apply approved shopping-list reconciliation actions from a preview step to update Grocy lists and inventory.

Instructions

Apply explicit shopping-list reconciliation actions from a preview step.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionsYesJSON array of action objects from workflow_shopping_reconcile_preview_tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description says 'Apply' which implies a mutating action, but it doesn't disclose what the action does to the shopping list (e.g., adds/removes items, updates quantities), whether it's reversible, or what the output schema contains. The description is too terse to provide meaningful behavioral transparency beyond the basic mutation implication.

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

Conciseness4/5

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

The description is a single sentence that is concise and front-loaded with the key verb and resource. It wastes no words. It could arguably include more detail, but for what it is, it's efficiently structured.

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

Completeness2/5

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

Given the tool has an output schema and only one parameter, the description is somewhat complete for basic invocation. However, the tool is a mutating apply step in a two-phase workflow, and the description doesn't explain the workflow context, what the actions do, or any prerequisites (e.g., must run preview first). The output schema exists but the description doesn't clarify what the apply step returns or how errors are handled. For a mutation tool with no annotations, this is a significant gap.

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

Parameters3/5

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

Schema description coverage is 100% for the single parameter 'actions', which is described as 'JSON array of action objects from workflow_shopping_reconcile_preview_tool.' The description adds a bit of context by naming the source tool, but it doesn't explain the structure of the action objects or what actions are valid. Since the schema already covers the parameter, baseline 3 is appropriate.

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

Purpose4/5

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

The description states a specific verb ('Apply') and resource ('explicit shopping-list reconciliation actions from a preview step'). It clearly identifies the tool's role as the apply counterpart to the preview tool. However, it doesn't explicitly distinguish itself from other apply tools like workflow_stock_intake_apply_tool, though the 'shopping-list reconciliation' qualifier provides reasonable differentiation.

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 context: it should be used after a preview step, and the actions parameter comes from workflow_shopping_reconcile_preview_tool. This is clear enough for an agent to infer the workflow sequence. However, it doesn't explicitly state when NOT to use it or mention alternatives (e.g., if no preview was run, or if the user wants to modify the shopping list directly, use shopping_list_* tools).

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

Deploy Server

Other Tools