Skip to main content
Glama
fliptheweb

FatSecret MCP Server

by fliptheweb

add_saved_meal_item

Add a food item to a previously saved meal by specifying the food ID, serving size, and quantity. Helps you update meal plans by including new ingredients without creating a new meal.

Instructions

Add a food item to a saved meal. Requires profile auth (check_auth_status first).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
food_idYesFood ID to add
serving_idYesServing ID
saved_meal_idYesSaved meal ID
number_of_unitsYesNumber of serving units
saved_meal_item_nameYesItem name
Behavior3/5

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

Annotations indicate this is a mutation (readOnlyHint=false, idempotentHint=false). The description adds value by noting the authentication requirement, but does not disclose other behavioral traits such as side effects (e.g., duplicate handling), error conditions, or success/failure responses, which are important for an agent to invoke correctly.

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 extremely concise with two short sentences: one stating the action and one stating a prerequisite. There is no wasted text, and the most important information is front-loaded.

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?

Given the complexity (5 required parameters, no output schema), the description is incomplete. It does not explain what the tool returns, how the parameters interact, validation rules, or potential failure modes. An agent needs more context to confidently use this mutation tool.

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 100%, with brief descriptions for all five parameters. The tool description does not add additional meaning beyond the schema, such as parameter relationships, constraints, or valid ranges, so it meets the baseline for high schema coverage without extra clarification.

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 a food item to a saved meal' with a specific verb and resource. However, it does not explicitly differentiate from sibling tools like edit_saved_meal_item or delete_saved_meal_item, leaving some ambiguity for the agent about when to choose this specific tool.

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 mentions a prerequisite ('Requires profile auth (check_auth_status first)') which provides some context, but it lacks guidance on when to use this tool versus alternatives (e.g., copy_saved_meal_entries, create_food_entry) and does not indicate when not to use it.

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