Skip to main content
Glama
Rubio-Enterprises

grocy-mcp

Recipes List Tool

recipes_list_tool

List all recipes with IDs and descriptions to identify available recipes before checking ingredient fulfillment or consumption.

Instructions

List all recipes with their IDs and descriptions.

Use this to discover available recipes before checking fulfillment or consuming ingredients.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that the tool lists all recipes with IDs and descriptions, which is a read-only operation, but doesn't explicitly state that it has no side effects or that it returns the full set without filtering. The behavior is simple enough that the description is adequate.

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 two sentences with no wasted words. The primary action is stated first, and the usage context is provided in the second sentence. Every sentence earns its place.

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 simple list tool with zero parameters and an output schema, the description is complete enough. It states what is returned (IDs and descriptions) and when to use it. It doesn't mention pagination or ordering, but for a recipe list tool this is a minor gap.

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

Parameters4/5

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

The tool has zero parameters, so there is no parameter semantics to clarify. The description correctly implies that no input is needed, and the schema confirms this. Baseline 4 is appropriate for a zero-parameter tool.

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 ('List') and resource ('all recipes') and mentions the output includes IDs and descriptions. It is clear about what the tool does, though it doesn't explicitly differentiate from sibling tools like recipe_details_tool or recipe_fulfillment_tool.

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 provides clear context: 'Use this to discover available recipes before checking fulfillment or consuming ingredients.' This implies when to use it, though it doesn't explicitly name alternatives or exclusions.

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