Skip to main content
Glama
smeet666

mcp-wikibooks-cookbook

Browse the Cookbook

list_recipes
Read-onlyIdempotent

Browse Wikibooks Cookbook recipes by cuisine, dish type, or main ingredient. Returns a ranked sample for exploring cooking options.

Instructions

Browse the Wikibooks Cookbook by cuisine, by kind of dish, or by main ingredient. Give at least one of the three; giving several narrows the result. This is built on the Cookbook's search, because the route this server is allowed to use publishes no way to list the members of a category. What comes back is therefore a ranked sample and not the category itself: it is neither complete nor ordered, and its length says nothing about how many recipes the Cookbook holds on the subject. The Cookbook also holds reference pages on ingredients and techniques, and those rank alongside recipes. Open a row with get_recipe before describing it as a recipe. Use search_recipes instead when there is a dish name to look up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
cuisineNoA cuisine or a country, such as 'Italian' or 'Thai'.
dish_typeNoA kind of dish, such as 'soup', 'dessert' or 'bread'.
main_ingredientNoThe ingredient a recipe is built on, such as 'chicken' or 'lentils'.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
queryYesThe search this server built from the arguments.
sourceYes
cuisineYes
resultsYes
dish_typeYes
result_countYes
main_ingredientYes
total_availableYesAlways null: no route reports how many recipes a category holds.
Behavior5/5

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

Even with annotations (readOnly, openWorld, idempotent), the description adds significant behavioral context: it explains the underlying search mechanism and its limitations ('neither complete nor ordered, and its length says nothing about how many recipes'), and warns that reference pages rank alongside recipes. This goes beyond annotations and sets correct expectations.

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: it opens with the core purpose, then states prerequisites, then explains caveats and relationship to siblings. Every sentence earns its place, covering purpose, usage, limitations, and alternatives without redundancy.

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 tool's complexity and the presence of an output schema, the description is remarkably complete. It covers how to use it, what to expect (ranked sample, possible non-recipe pages), and how it relates to other tools. The caveats about incompleteness and ranking are crucial context for proper invocation.

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 covers 75% of parameters with descriptions. The description adds important semantics not in schema: the constraint that at least one of cuisine, dish_type, or main_ingredient should be provided, and that combining several narrows results. This is valuable but not exhaustive per-parameter detail; the schema already handles most parameter meaning.

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 clearly states the tool's function: 'Browse the Wikibooks Cookbook by cuisine, by kind of dish, or by main ingredient.' This is a specific verb+resource+scope that immediately distinguishes it from siblings like search_recipes and get_recipe. It also explicitly differentiates itself by noting when to use search_recipes instead, reinforcing purpose clarity.

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 provides explicit when-to-use guidance: 'Give at least one of the three; giving several narrows the result.' It also names alternatives: 'Use search_recipes instead when there is a dish name to look up' and instructs to 'Open a row with get_recipe before describing it as a recipe.' This is clear, actionable usage guidance with exclusions.

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-wikibooks-cookbook'

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