Skip to main content
Glama
chrischall

untappd-mcp

by chrischall

Get Untappd user wishlist

untappd_user_wishlist
Read-onlyIdempotent

Retrieve beers on a user's Untappd wishlist with customizable sorting and pagination. Omit username to access your own list.

Instructions

Get the beers on a user's wishlist. Supports sorting and paging. Omit username for your own account. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort order (default date added, newest first)
limitNoMax beers (1–50, default 25)
offsetNoResult offset for paging (default 0)
compactNoProject each beer to a slim summary (bid, name, brewery, style, abv, added_at) to save context (default false)
usernameNoUntappd username. Omit to use your own configured account (UNTAPPD_USERNAME).
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint, idempotentHint, openWorldHint. Description adds sorting/paging capability and account behavior, which are useful beyond annotations. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise sentences covering purpose, features, and usage tip. No wasted words, front-loaded with key action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a read-oriented tool with no output schema, the description covers parameters and behavior adequately. Could explain response structure more, but the compact parameter hints at summary fields.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the description adds no new parameter information beyond what is already in the schema. The mention of sorting/paging is implied by parameters but not new detail.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states 'Get the beers on a user's wishlist', identifying the verb and resource. Distinguishes from siblings like untappd_wishlist_add and untappd_wishlist_remove by implying read-only, and mentions sorting/paging.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides context for sorting, paging, and omitting username for own account. Implicitly differentiates from mutation sibling tools, but lacks explicit when-not or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/chrischall/untappd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server