Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Print Chore Label Tool

print_chore_label_tool

Print a chore label by entering the chore name. This tool generates a physical label for household chore organization.

Instructions

Trigger printing of a chore label.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
choreYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

C2.4/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 burden of behavioral disclosure. It only says 'trigger printing', which implies a physical action but does not mention side effects, required hardware, error states, or what the output schema contains. The presence of an output schema is not acknowledged in the description.

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

Conciseness3/5

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

The description is extremely short (one sentence), which makes it concise, but it lacks essential details. It front-loads the purpose but omits necessary context, so it is under-specified rather than appropriately concise.

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?

The tool has a simple schema (one parameter) and an output schema exists, but the description does not explain the return value or the meaning of the chore parameter. Given the large set of sibling print tools, the description is insufficient for an agent to confidently select and invoke this tool correctly.

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?

The schema has one required parameter 'chore' (string) with 0% coverage in the description. The description does not explain whether 'chore' is an ID, a name, or a label text, nor its expected format. This is a significant gap for a single parameter.

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 clearly states the action (trigger printing) and the resource (chore label), which distinguishes it from sibling print tools for other entities (e.g., stock, product, battery). However, it does not explain what a 'chore label' contains or how it is generated, leaving some ambiguity.

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?

There is no guidance on when to use this tool versus the many other print_* tools. The name implies it's for chore labels, but no explicit conditions, prerequisites, or alternatives are provided. An agent would need to infer usage from the name alone.

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