Skip to main content
Glama
ni-c

mealie-mcp

by ni-c

Rate a recipe

set_recipe_rating

Set a personal star rating (0–5) and mark a recipe as a favorite per user. Provide the recipe slug or UUID to update your rating.

Instructions

Sets the personal rating of a recipe and/or marks it as a favourite. Ratings in Mealie are per user, not per recipe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingNoStars from 0 to 5; 0 clears the rating
recipeYesRecipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes
is_favoriteNo
Behavior3/5

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

The description adds the per-user context, which is valuable beyond the annotations (readOnlyHint=false, destructiveHint=false). However, it does not disclose other behavioral traits like idempotency, error handling, or authorization requirements, which would be helpful 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?

The description is two sentences with no wasted words. It front-loads the main action and immediately follows with a key contextual note. Every sentence serves a purpose.

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 mutation tool, the description covers the main action and the per-user scope. It does not mention prerequisites (e.g., recipe must exist) or return values, but given the lack of output schema, this is acceptable. The description is nearly complete for its purpose.

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 67% (rating and recipe have descriptions; is_favorite does not). The tool description does not add any additional parameter meaning beyond what the schema already provides. The missing parameter is self-explanatory, so the baseline of 3 is appropriate.

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?

The description clearly states the action: 'Sets the personal rating of a recipe and/or marks it as a favourite.' It distinguishes this tool from siblings like set_recipe_last_made by mentioning the specific behavior, and adds context about ratings being per user, which clarifies 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?

No guidance is provided on when to use this tool versus alternatives such as set_recipe_last_made or other recipe manipulation tools. The agent must infer usage from the purpose alone, which is insufficient for optimal 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/ni-c/mealie-mcp'

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