list_recipes
List saved brewing recipes from Brewfather, optionally filtered by name substring. Returns key recipe stats: OG, FG, ABV, IBU, and color.
Instructions
List saved recipes.
Note: Brewfather has no server-side name search. name_contains filters
after fetching, so it costs a full page walk of limit recipes and can
return fewer results than limit — raise limit when filtering.
Args: limit: Maximum recipes to fetch before filtering. Default 25. name_contains: Case-insensitive substring filter applied client-side.
Returns: Compact rows: id, name, style, type, OG, FG, ABV, IBU, colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| name_contains | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||