Skip to main content
Glama
bitmonster

Mealie MCP Server

by bitmonster

mealie_update_recipe_image

Replace or upload the cover image for an existing Mealie recipe from an HTTP(S) URL, file URL, or local path. Includes optional crop and requires explicit user confirmation.

Instructions

Upload or replace the cover image of an existing Mealie recipe.

The image is read from an HTTP(S) URL, file:// URL, or local path and sent to Mealie as a real multipart file upload. It is never stored as an external URL in the recipe object. Requires mutations enabled and an explicit user confirmation. An optional crop uses [left, top, right, bottom] in percent (default), fraction, or pixels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
crop_boxNo
crop_unitsNopercent
slug_or_idYes
image_sourceYes
confirmed_by_userNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

With no annotations provided, the description fully carries the behavioral burden. It discloses that the image is uploaded as a real multipart file, never stored as an external URL, requires explicit user confirmation, and explains crop unit semantics. This is strong transparency for a mutation tool.

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?

Four sentences, front-loaded with the exact purpose, and every sentence adds meaningful detail without redundancy. It is well-structured and efficient.

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 5-parameter mutation tool with no annotations, the description covers the core workflow, prerequisites, and parameter semantics thoroughly. It does not explain return/error behavior, but an output schema exists, so that omission is acceptable.

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?

Schema description coverage is 0%, but the description compensates well by explaining image_source (HTTP/file/local path), crop_box format ([left, top, right, bottom]), and crop_units (percent/fraction/pixels). slug_or_id and confirmed_by_user are not explicitly detailed but are inferable from names and context.

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?

Purpose is stated with a specific verb and resource: 'Upload or replace the cover image of an existing Mealie recipe.' This clearly distinguishes it from sibling tools like delete_recipe_image and upload_recipe_asset.

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?

Provides clear context: existing recipe, image source types, and explicit prerequisites ('Requires mutations enabled and an explicit user confirmation'). It does not explicitly name alternatives or when-not-to-use scenarios, but the context is sufficient for selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitmonster/mealie-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server