get_user_beer_stats
Aggregate a user's distinct beer history from Untappd into breakdowns by style, brewery, and rating.
Instructions
Aggregate a user's distinct beer history into style, brewery, and rating breakdowns (paginates the API — costs 1 call per 50 beers scanned)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Untappd username | |
| max_pages | No | Max pages to scan at 50 beers/page (default 10 = 500 beers) |