Check in a beer on Untappd
untappd_checkinPost a beer check-in to your Untappd account with optional rating, comment, venue, and photo.
Instructions
Post a NEW beer check-in to YOUR Untappd account — this publishes to your public feed. Provide the beer id (bid) from untappd_search_beer; optionally a rating (0–5 in 0.25 steps), a shout (comment), a venue via foursquare_id, and a local photo via photo_path (JPEG/PNG). Without confirm: true it returns a dry-run preview of the exact fields and makes NO network call; with confirm: true it posts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | Yes | Untappd beer id to check in (from untappd_search_beer) | |
| shout | No | Optional shout / comment text for the check-in | |
| geolat | No | Optional latitude of the check-in | |
| geolng | No | Optional longitude of the check-in | |
| rating | No | Rating 0–5 in 0.25 increments (omit for no rating) | |
| confirm | No | Must be true to proceed. Without this, the tool returns a preview. | |
| photo_path | No | Optional path to a local JPEG/PNG photo to attach to the check-in | |
| container_id | No | Optional serving container id (e.g. 1 = draft, 2 = bottle, 3 = can) | |
| foursquare_id | No | Optional Foursquare venue id to tag the check-in location |