Browse the Cookbook
list_recipesBrowse 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
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cuisine | No | A cuisine or a country, such as 'Italian' or 'Thai'. | |
| dish_type | No | A kind of dish, such as 'soup', 'dessert' or 'bread'. | |
| main_ingredient | No | The ingredient a recipe is built on, such as 'chicken' or 'lentils'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| query | Yes | The search this server built from the arguments. | |
| source | Yes | ||
| cuisine | Yes | ||
| results | Yes | ||
| dish_type | Yes | ||
| result_count | Yes | ||
| main_ingredient | Yes | ||
| total_available | Yes | Always null: no route reports how many recipes a category holds. |