Skip to main content
Glama
smeet666

mcp-supertoinette

Rescale a list of ingredients

scale_ingredients
Read-onlyIdempotent

Rescale French ingredient lines by factor or servings, marking each line as scaled, rounded, or unscaled.

Instructions

Rescale a list of French ingredient lines, offline. Give either 'factor', or 'from_servings' and 'to_servings' together. Each line comes back with what was done to it: 'scaled' when the arithmetic landed exactly, 'rounded' when the value had to move to stay something a kitchen can measure out, and 'unscaled' when the line carries no quantity at all. Nothing is converted between unit systems, and an approximate measure such as a pincée keeps its own size.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factorNoWhat to multiply the quantities by. Give this, or the two servings counts.
ingredientsYesThe lines to rescale, as the recipe wrote them.
to_servingsNoHow many it should serve.
from_servingsNoHow many the list was written for.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
factorYesWhat the quantities were multiplied by.
ingredientsYes
scaled_countYesLines whose arithmetic landed exactly.
rounded_countYesLines whose value had to move.
unscaled_countYesLines carrying no quantity.
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description explains per-line outcomes ('scaled', 'rounded', 'unscaled'), states that no unit-system conversion occurs, and notes that approximate measures like a pincée retain their own size. This is meaningful behavioral disclosure.

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 efficiently structured: purpose and mode first, then return behavior, then boundary constraints. Every sentence adds useful information without repetition or fluff.

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

Completeness5/5

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

The tool has complete schema coverage, meaningful annotations, an output schema, and the description covers key edge behavior such as unscaled lines and approximate measures. An agent has enough to invoke it correctly and interpret results.

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%, so the schema already documents every parameter. The description reinforces the either factor or from_servings/to_servings relationship and clarifies 'together', but it does not add substantial new parameter-level meaning beyond the 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 states a specific verb and resource: it rescales a list of French ingredient lines, offline. It clearly distinguishes this transformation tool from the sibling recipe lookup tools by emphasizing the computational and offline nature.

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 gives clear context for when to use the tool: rescaling ingredient lines offline, with either a factor or serving-count conversion. It does not explicitly name alternatives or exclusion conditions, but the purpose is sufficiently distinct from the sibling tools.

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/smeet666/mcp-supertoinette'

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