Skip to main content
Glama

set_recipe_rating

Set a recipe's rating (0-5) and favorite flag. Pass -1 to leave a value unchanged.

Instructions

Set the calling user's rating and/or favorite flag for a recipe.

rating: 0-5 (decimals allowed). Pass -1 to leave unchanged. is_favorite: 0=remove, 1=add. Pass -1 to leave unchanged.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYes
ratingNo
is_favoriteNo
Behavior3/5

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

No annotations provided, so description carries full burden. It discloses parameter behavior but does not state if the operation is idempotent, what the response looks like, or any error conditions. More detail on overall effect would improve transparency.

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?

Two concise sentences followed by terse parameter explanations. Front-loaded with purpose, no wasted words.

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?

The description is complete for a simple setter tool given no output schema; it covers parameters well. However, it lacks mention of idempotency or return value, which would round out completeness.

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

Parameters5/5

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

Despite 0% schema description coverage, the description adds rich semantics for both optional parameters: rating range with decimals and -1 semantics, is_favorite clear mapping. This substantially supplements the input schema.

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 tool sets the calling user's rating and/or favorite flag for a recipe, with a specific verb and resource, distinguishing it from similar tools like update_recipe or set_recipe_ingredients.

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?

The description explains parameter values explicitly (rating 0-5, -1 unchanged; is_favorite 0/1, -1 unchanged), but does not explicitly contrast with alternative tools such as update_recipe for broader updates.

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/obrien-matthew/mcp-mealie'

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