Skip to main content
Glama
fliptheweb

FatSecret MCP Server

by fliptheweb

add_favorite_recipe

Idempotent

Add a recipe to your saved favorites using your FatSecret account. Requires prior authentication to store the recipe for quick access.

Instructions

Add a recipe to the user's favorites. Requires profile auth (check_auth_status first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
recipe_idYesRecipe ID to add to favorites
Behavior3/5

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

Annotations already specify idempotentHint=true and readOnlyHint=false, indicating a write operation that can be safely retried. The description adds the auth prerequisite but does not disclose behavioral traits like whether it replaces an existing favorite if already present, or any error implications. With annotations covering the core safety profile, the description provides some additional context but remains incomplete 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.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very concise at two sentences, no wasted words, and front-loads the primary purpose. It earns a high score for being efficient, though it could add more behavioral detail without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has 1 parameter, no output schema, and annotations cover idempotency and mutability. The description covers purpose and auth prerequisite but omits details like return value, idempotent behavior confirmation (e.g., duplicate insert handling), or whether the tool operates on the authenticated user's favorites. For a simple mutation tool, this is adequate but not complete.

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 coverage is 100% (1 parameter documented). The description does not add meaning beyond the schema's 'Recipe ID to add to favorites', which already states the parameter's purpose. Baseline 3 is appropriate since the schema handles the parameter documentation fully.

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 description clearly states the action ('Add'), the resource ('recipe to favorite'), and the target ('user's favorites'). It suffers slightly because the name already conveys most of this, but it does add context about the user scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description specifies a prerequisite ('Requires profile auth (check_auth_status first)'), which provides clear when-to-use guidance for authentication. However, it does not distinguish this tool from siblings like 'get_favorite_recipes' or 'delete_favorite_recipe', missing an opportunity to clarify that it is for adding only.

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/fliptheweb/fatsecret-mcp'

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