Search Untappd beers
untappd_search_beerSearch for beers on Untappd by name or 'Brewery Beer' format. Returns ranked matches with style, ABV, IBU, and global rating.
Instructions
Search Untappd for beers by name (optionally "Brewery Beer"). Returns ranked matches with their beer id (bid), brewery, style, ABV, IBU, and global rating. Feed a bid into untappd_beer_info for full detail. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: checkin (relevance, default), name, or count | |
| limit | No | Max results (1–50, default 25) | |
| query | Yes | Beer name to search for | |
| offset | No | Result offset for paging (default 0) | |
| compact | No | Project each result to a slim summary (bid, name, brewery, style, abv, ibu, counts) to save context (default false) |