Skip to main content
Glama
smeet666

mcp-supertoinette

Read one recipe

get_recipe
Read-onlyIdempotent

Retrieve a French recipe from Supertoinette by its numeric ID, returning ingredients, steps, times, difficulty, and cost. Optionally rescale quantities for a chosen number of servings.

Instructions

Read one recipe on Supertoinette by its identifier, which is the number in its address: 4210 in /recette/4210/veloute-de-gaverole.html. Returns the ingredients, the steps, the times, the difficulty and the cost the site publishes. A time the site does not publish comes back as null rather than as zero. Pass 'servings' to rescale the quantities: each line then says whether the arithmetic landed exactly, or had to move to stay an amount a kitchen can measure out.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe number in the recipe's address, such as '4210'. Search for a dish when you do not have one.
servingsNoRescale the quantities to this many. Left out, they come back as the site published them. It is refused when the site's own wording carries no number to scale from.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
faqYes
urlYesThe public page. Show this when citing the recipe.
tagsYes
introYesThe prose the page prints above the steps.
notesYes
stepsYes
titleYesThe title with the pictogram the site opens it with taken off.
yieldYesHow many the recipe was written for, and how many were asked for.
authorYes
imagesYes
ratingYes
sourceYes
categoryYes
nutritionYesSupertoinette publishes none.
cost_levelYesThe site's own wording, with the scale it draws the symbols on.
difficultyYesThe site's own wording. It publishes no scale for this, so none is stated.
descriptionYes
ingredientsYes
cook_minutesYesNull when the site publishes no cooking time.
prep_minutesYesNull when the site publishes no preparation time.
published_atYes
rest_minutesYesResting time, which the page prints as 'Pause'.
total_minutesYes
ingredient_countYesLines rendered, headings included.
ingredient_sheetsYes
title_as_publishedYesThe title exactly as the site wrote it.
Behavior5/5

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

Beyond the annotations (read-only, idempotent, non-destructive), the description discloses what fields are returned, that unpublished times come back as null rather than zero, and how rescaling reports whether quantities landed exactly or were adjusted to measurable amounts. This is valuable behavioral context that annotations alone do not provide.

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?

Three sentences front-load the core purpose, then layer an example, return contents, null semantics, and optional rescaling behavior without any filler. Every sentence earns its place and the structure is highly scannable.

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?

Given the simple two-parameter schema, the rich annotations, and the presence of an output schema, the description covers everything an agent needs to select and invoke the tool correctly. It explains the identifier, the return shape, missing-data behavior, and the optional parameter's effect.

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?

Schema coverage is already 100%, so the baseline is 3, but the description adds real meaning: it illustrates the id format with a concrete URL example and explains the behavioral effect of servings on output, including the distinction between exact arithmetic and kitchen-measurable rounding. This goes well beyond the schema's short parameter descriptions.

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 specifies a concrete verb ('Read'), a specific resource ('one recipe on Supertoinette'), and the exact addressing scheme ('the number in its address'). It is clearly distinct from the sibling search/browse/list tools because it retrieves a single recipe by identifier rather than discovering or enumerating recipes.

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

Usage Guidelines5/5

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

The description establishes that this tool is for reading a recipe already identified by its numeric address, and the schema's id guidance adds 'Search for a dish when you do not have one,' pointing the agent to search_recipes when the identifier is unknown. The servings behavior is also explained with enough context to know when to use the optional parameter.

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