get_recipe
Get a single recipe by its UUID, returning name, ingredients, steps, and more. Use search_recipes to find recipe UUIDs.
Instructions
Get a single recipe by its uuid. Read-only. Returns a full RecipeDto with name, description, ingredients[], steps[], imageUrls[], totalTime, categories[], etc. Use search_recipes to discover recipe uuids; use delete_recipe to remove one you own.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recipeId | Yes | Recipe uuid (from `search_recipes[].results[].uuid` or `list_pantry_items[].pantrySettings.linkedRecipeUuids`). |