list_dishes
List all available master dishes with rich metadata.
This is a browse/discovery step, not the verification itself — after picking a dish, call verify_recipe(dish_name=, candidate_json=) to actually check a candidate against it (or fix_recipe to auto-repair it).
Returns:
Dictionary with schema_version, a dishes list (slug, title, cuisine,
region, aliases, complexity per dish), and a next_step hint describing
how to proceed to verification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cuisine_filter | No | Optional cuisine to filter by. Case-insensitive exact match against the dish's cuisine field. Valid values: italian | french | spanish | british | thai | chinese | indian | indonesian | japanese | malaysian | korean | mexican | american | moroccan | turkish | levantine. Leave empty to return all available dishes. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||