Skip to main content
Glama
djwmarcx

Better Mealie MCP

Update Recipes Timeline Events By Item Image

update_recipes_timeline_events_by_item_image

Replace the image on a recipe's timeline event. Provide the event ID, new image bytes, and file extension to update the visual attached to that event.

Instructions

Update Event Image

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
imageYes
item_idYes
extensionYes
accept-languageNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv3.20.1

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only implies mutation via 'Update' but does not state whether the existing image is replaced, how the image data should be supplied, what the required extension means, or whether there are side effects like deleting old media.

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 description is only three words and contains no filler, but this is under-specification rather than effective conciseness. There is no structure, no parameter context, and no sentence explaining the operation or its requirements.

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?

Even with an output schema present, the description is too thin for a mutation tool with four parameters and no annotations. It omits how the item is identified, what the extension parameter is for, and what behavior the caller should expect when updating the image.

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%, and the description adds almost no meaning to the parameters. It hints that 'image' is the event image, but it leaves item_id, extension, and accept-language unexplained. This is especially problematic because extension is a required parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states an action ('Update') and a target ('Event Image'), so a basic purpose is present. However, it omits the 'recipes timeline events' resource and does not clearly distinguish this tool from sibling update_recipes_timeline_events_by_item or other image-related update tools. 'Event' is ambiguous without the full resource context.

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 does not mention that this is specifically for updating the image of a recipe timeline event, nor does it indicate that update_recipes_timeline_events_by_item should be used for other event fields. No exclusions or contextual conditions are provided.

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