Skip to main content
Glama

explore_cookbooks_get_one

Retrieve a single cookbook's details from Mealie's explore section by providing the group slug and cookbook ID.

Instructions

Get One — Explore: Cookbooks. Get cookbook. [GET /api/explore/groups/{group_slug}/cookbooks/{item_id}] Keywords: explore_cookbooks_get_one, explore cookbooks get one, get cookbook, fetch cookbook, read cookbook, retrieve cookbook, view cookbook, show cookbook, cookbook, cookbooks, explore cookbooks, explore, groups, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes
group_slugYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It conveys only that this is a read ('get', keyword 'read-only') and the URL pattern; it says nothing about permissions, whether the caller must belong to the group, error behavior on missing IDs, or what the response contains.

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

Conciseness2/5

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

The purpose is front-loaded, which is good, but the remainder is a long keyword-stuffing block that repeats 'get cookbook / fetch / read / retrieve / view / show' with no additional information. Every sentence after the first fails to earn its place.

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 two-parameter read tool with no annotations and no output schema, the description should at least explain the return value or any scoping constraints. It leaves both entirely uncovered, so an agent has only the name and URL template to work with.

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

Parameters2/5

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

Schema description coverage is 0% for two required parameters (item_id, group_slug). The description's embedded URL template does show where each value is substituted, which is a small hint, but it adds no meaning about formats, UUID vs slug expectations, or what group_slug identifies.

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?

States a specific verb and resource ('Get cookbook') plus the concrete REST path, so the agent knows exactly what entity is fetched. It is clear, but it does not differentiate itself from the very similar sibling households_cookbooks_get_one, which fetches the same entity type under a different scope.

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 statement of when to use this tool versus alternatives, no prerequisites, and no exclusions. The long keyword list repeats synonyms of 'get' rather than giving any selection guidance, so the agent must 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