Skip to main content
Glama
smeet666

mcp-bbc-goodfood

Search recipes

search_recipes
Read-onlyIdempotent

Find BBC Good Food recipes by dish, ingredient, or technique. Filter by diet, cuisine, meal type, difficulty, time, rating, calories, and more to get tailored results.

Instructions

Search recipes on BBC Good Food and return a listing. Narrow it with 'diet', 'cuisine', 'meal_type', 'difficulty' or a bound such as 'max_total_minutes'; call list_filters first for the values each one takes, since the site answers a value it does not know with a count of zero. The site ranks rather than filters: it answers a term it holds nothing for with rows all the same, so read the titles rather than trusting the count. Each row carries the page to read the recipe on.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dietNoA value list_filters publishes.
pageNoWhich page of rows. Default 1.
sortNoHow the site orders the rows. Default 'relevant'.
limitNoRows to return. Default 30.
queryYesA dish, an ingredient, a technique.
cuisineNoA value list_filters publishes.
meal_typeNoA value list_filters publishes.
difficultyNoA value list_filters publishes.
min_ratingNoAt least this many stars, 1 to 5.
max_caloriesNoPer serving.
min_servingsNoAt least this many servings.
exclude_premiumNoDrop the rows that sit behind the site's subscription. The site offers no such restriction, so the rows are removed from the page after it arrives: a page comes back shorter than the limit asked for, and a short page is not the end of the results.
max_total_minutesNoWhole recipe, minutes.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
queryYes
sourceYes
resultsYes
rows_seenYesRows the site served, before anything was set aside.
result_countYesRows rendered, after anything unreadable was set aside.
premium_droppedYesRows removed from this page for sitting behind the site's subscription.
total_availableYesRecipes the site says the search holds.
total_is_ceilingYesTrue when the total sits on the most rows one search will serve, so it states a floor.
restrictions_droppedYesRestrictions the site could not answer, dropped so the search could run.
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive, so safety is covered. The description adds non-obvious behavioral quirks: unknown filter values yield a count of zero, and unmatched terms return identical rows instead of an empty list. It also notes that exclude_premium removes rows after the page arrives, shortening it, which is nuanced beyond annotations.

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 compact yet dense with value: purpose, narrowing options, prerequisite call, behavioral caveats, and result structure. It is front-loaded with the purpose and each sentence earns its place. No fluff or repetition.

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 an output schema (present) and comprehensive annotations. The description covers how to use the filters, what to expect in terms of ranking and counts, and notes the behavioral nuance of exclude_premium affecting page length. It also references the sibling tool appropriately. Nothing essential for correct invocation is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so each parameter has a baseline description. The tool description adds meaningful context on how several parameters (diet, cuisine, meal_type, difficulty) depend on list_filters and warns about the zero-count behavior. It doesn't repeat schema details but provides usage-level semantics that elevate beyond the baseline 3.

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 immediately states the verb and resource: 'Search recipes on BBC Good Food and return a listing.' It is specific about the domain (BBC Good Food) and the output (a listing). It differentiates from the only sibling, list_filters, by implying this tool returns actual recipe rows, not filter metadata.

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 explicitly instructs to 'call list_filters first for the values each one takes', providing clear when-to-use guidance. It also clarifies that the site ranks rather than filters, warning the agent to read titles rather than trust counts, which is essential for correct interpretation of results.

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