Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Chore Create Tool

chore_create_tool

Create a new chore in Grocy by providing a name. Use this tool to add household tasks like 'Clean bathroom' to your chore list.

Instructions

Create a new chore in Grocy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the chore (e.g. "Clean bathroom").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

B3.3/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only says 'Create' without mentioning side effects, permissions, idempotency, or what happens on failure. The existence of an output schema is not referenced in the description, and no additional context is given.

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 a single sentence that is front-loaded and contains zero fluff. It efficiently communicates the core purpose without any unnecessary details.

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

Completeness3/5

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

For a simple create tool with one parameter and an output schema (which presumably covers return values), the description is minimal but not fully complete. It doesn't mention any prerequisites, constraints, or edge cases, though the simplicity of the operation mitigates the gap. It's adequate but leaves room for more context.

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?

The input schema fully describes the single parameter 'name' with an example. The description adds no extra meaning beyond the schema, so with 100% schema coverage, the baseline of 3 is appropriate.

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 'Create' and the resource 'a new chore' within Grocy. It distinguishes itself from sibling chore tools like chore_execute_tool or chores_list_tool by the explicit action of creating, so an agent can easily tell when to use it.

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 alternatives. It doesn't mention conditions like 'Use this to add a new chore; for tracking completions use chore_execute_tool.' The description only states the action, leaving usage context to inference.

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