get_recipe
Retrieve a design-system recipe by slug to get its kind, category, usage, and full Markdown or SCSS body for implementation.
Instructions
Return one recipe: name, kind ("md" pattern recipe or "scss" import), category/complexity, usage, and full body (markdown for md recipes, SCSS for scss recipes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Recipe slug (e.g. "print-to-pdf", "combobox", "bare-tags"). |