Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Print Stock Entry Label Tool

print_stock_entry_label_tool

Print a stock entry label using its entry ID. Solves labeling needs for Grocy inventory items.

Instructions

Trigger printing of a stock-entry label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entry_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. 'Trigger printing' hints at a physical side effect but does not disclose whether printing is asynchronous, whether a printer must be configured, what happens when entry_id is invalid, or the reversibility/failure modes of a print job. This is a significant gap for a tool with real-world side effects.

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?

One grammatically complete sentence with zero filler, front-loading the verb and object. It is efficiently written; the thinness is a completeness problem, not a conciseness problem.

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?

For a tool with a physical printing side effect, no annotations, and one undocumented parameter, the description should explain what triggering entails, prerequisites, and failure behavior. The output schema covers return values, but the behavioral and selection context is largely missing.

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

Parameters1/5

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

Schema description coverage is 0%, and the description never mentions entry_id at all. It adds nothing about what entry_id refers to, how to obtain it, or any constraints. The agent is left to infer the parameter's meaning from the tool name alone.

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 uses a specific verb ('Trigger printing') and a resource ('stock-entry label'), and the noun 'stock-entry' naturally distinguishes it from the sibling print_*_label_tools (product, recipe, chore, battery). It does not explicitly name an alternative, so it is clear but not exceptional.

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

Usage Guidelines2/5

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

No guidance is given for when to use this tool versus the many print_*_label_tool siblings or other stock tools. The only implied context is that a stock entry must exist to print its label, but no exclusions, prerequisites, or alternatives are stated.

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