Get recipe
get_recipeRetrieve a complete recipe including ingredients, steps, cook times, yield, notes, and nutrition using a recipe slug or UUID.
Instructions
Fetches one recipe with everything needed to cook it: ingredients, steps, times, yield, notes and nutrition. Accepts the slug or the UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| detail | No | "default" returns the cleaned-up recipe; "raw" returns Mealie's untouched object including settings, assets, extras and inline comments | |
| recipe | Yes | Recipe slug (e.g. "quark-bowl") or recipe UUID — both are returned by search_recipes |