Skip to main content
Glama
smeet666

mcp-bbc-goodfood

Read a recipe

get_recipe
Read-onlyIdempotent

Fetch a complete BBC Good Food recipe by ID: get ingredients, cooking steps, timings, rating, and nutrition. Handles subscriber-only recipes and metric/US versions.

Instructions

Read one recipe on BBC Good Food: its ingredients, its steps, its times, its rating and its nutrition. Pass the 'id' a search_recipes row carries, which is the page's own path. A recipe behind the site's subscription comes back with everything except its ingredients and steps, and says so: its page on the site is where a subscriber reads it. The site writes many of its recipes twice, once for its own readers and once restated for readers in the United States, and 'unit_system' chooses which of the two to read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe page's own path, as a search_recipes row carries it.
servingsNoPut the ingredients to this many people. Quantities are then recomputed by this server, not published by the site, and each line says so under 'scaling'.
unit_systemNoWhich of the site's own two renditions to read: 'metric' as it writes for its own readers, 'us' as it restates for readers in the United States. Both are the site's words. A recipe it restated nowhere comes back as it published it, said in 'unit_system' and in the notes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
urlYesThe page. Show this when citing the recipe.
dietsYes
notesYes
stepsYesEmpty when the recipe sits behind the site's subscription.
titleYes
yieldYesWhat the ingredients were put to, and what they were put from.
authorYes
ratingYes1 to 5. Null when nobody has rated it.
sourceYes
premiumYesTrue when the recipe sits behind the site's subscription.
nutritionYes
difficultyYes
yield_textYesThe site's own wording, such as 'Serves 4 - 6'.
descriptionYes
ingredientsYesEmpty when the recipe sits behind the site's subscription.
unit_systemYesWhich of the site's two renditions this answer carries.
yield_countYesThe first whole number of that wording.
cook_minutesYes
prep_minutesYes
rating_countYes
nutrition_perYesThe site's own wording for the serving.
total_minutesYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint: false, so the safety profile is covered. The description adds meaningful behavioral disclosure: subscription recipes omit ingredients and steps, the site maintains dual metric/US renditions, and the servings parameter triggers server-side recomputation that is not published by the site. No contradiction exists.

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 four sentences, front-loaded with what the tool does, and each remaining sentence carries a distinct behavioral fact: id source, subscription behavior, and the dual-rendition rationale for unit_system. There is no filler or repetition of schema fields.

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 output schema exists, the description does not need to explain return values. It covers all important calling context: where to obtain id, how subscription recipes behave, how unit_system works, and how servings scaling is handled. The tool is fully specified for correct invocation.

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 100%, but the description goes beyond the schema by explaining that id is the page's own path, that servings quantities are recomputed by this server and labeled under 'scaling', and that unit_system selects one of the site's own words rather than a conversion. This gives the agent semantic understanding that the schema alone does not fully convey.

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: 'Read one recipe on BBC Good Food' and enumerates exactly what is returned (ingredients, steps, times, rating, nutrition). It implicitly distinguishes itself from search_recipes by telling the caller to pass an id that a search_recipes row carries, making the tool's role as a single-item reader unambiguous.

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 concrete guidance on where the id comes from ('a search_recipes row carries') and how unit_system should be chosen between the site's two renditions. It also tells the user what to expect for subscription recipes and directs them to the site page. It does not explicitly contrast with list_filters or scale_ingredients, but the usage context is clearly implied.

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-bbc-goodfood'

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