Skip to main content
Glama

recipe_timeline_get_one

Get a single recipe timeline event by UUID to view its details in Mealie.

Instructions

Get One — Recipe: Timeline. Get event. [GET /api/recipes/timeline/events/{item_id}] Keywords: recipe_timeline_get_one, recipe timeline get one, get event, fetch event, read event, retrieve event, view event, show event, event, events, recipe timeline, recipes, timeline, get, fetch, read, retrieve, view, show, read-only, mealie.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
item_idYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.11

TDQS

C2.7/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. The embedded 'GET' path implies a read, and 'read-only' appears only inside the keyword blob rather than as a disclosure. Nothing is said about auth requirements, error behavior, or what the returned event 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 meaningful content is one short line, then a long comma-separated keyword dump that repeats the same concepts ('event, events, recipe timeline, get, fetch, read, retrieve, view, show'). The bloat crowds out the useful front-loaded statement.

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 read-one endpoint with no annotations, no output schema, and an undocumented parameter, the definition should say more about what the event is and what is returned. As written it is under-specified beyond the endpoint path.

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?

Schema description coverage is 0% for the single required item_id parameter. The interior URL path '{item_id}' at least signals that item_id is a path-addressable resource identifier, which adds slight value over the bare schema, but no format or meaning is explained.

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 opening 'Get One — Recipe: Timeline. Get event.' states a specific verb (get) and resource (a single recipe timeline event), and the REST path [GET /api/recipes/timeline/events/{item_id}] confirms it. It is reasonably distinguishable from recipe_timeline_get_all/create_one/update_one/delete_one, though differentiation comes mainly from the name rather than the prose.

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 versus siblings like recipe_timeline_get_all or the update/delete variants. The trailing keyword list is not guidance; it merely echoes synonyms without any condition or exclusion.

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