Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Shopping List Add Missing Tool

shopping_list_add_missing_tool

Add all products below their minimum stock level to your shopping list in one bulk operation. Scan inventory and replenish missing items automatically.

Instructions

Add all products that are below their minimum stock level to the shopping list.

This is a bulk operation — it scans all products and adds any that are below their configured minimum stock quantity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
list_idNoShopping list ID to add missing products to (default 1).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations, the description carries the disclosure burden. It does disclose that this is a bulk operation that scans all products and adds under-minimum items. However, it does not mention potential side effects such as duplicate handling, whether existing quantities are updated, or other list modifications beyond adding missing items.

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?

The description is concise and front-loaded with the core action in the first sentence. The second sentence adds useful elaboration without redundancy or unnecessary detail.

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?

For a low-complexity tool with one optional parameter and an output schema, the description plus schema provide enough context for correct invocation. Deeper edge-case behavior is not fully described, but nothing essential appears to be missing for normal use.

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 coverage is 100%, and the only parameter list_id has its own description in the schema. The tool description adds no additional parameter-level meaning beyond the schema, so the baseline of 3 applies.

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 states a specific action and resource: 'Add all products that are below their minimum stock level to the shopping list.' It clearly differentiates this from sibling tools like shopping_list_add_tool by emphasizing the bulk operation and scanning all products.

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

Usage Guidelines4/5

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

The description clearly conveys when to use the tool: when the user wants to add every understocked product in bulk. It does not explicitly name alternatives or explicit exclusions, but the context is clear enough for an agent to distinguish it from manual add 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