coffee-addict
Server Details
Every bag of specialty coffee on sale in New Zealand, re-read nightly from each roaster's shop.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
3 toolsbest_dealsAInspect
Today's price cuts, new arrivals and cheapest bags per 100g across New Zealand specialty coffee. Every row carries the reason it is on the list, and an empty list carries the reason it is empty.
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | all | |
| limit | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden, and it does well by disclosing two useful behaviors: every row carries the reason it is on the list, and an empty list carries the reason it is empty. It does not mention side effects, but this is clearly a read-style tool and the added output guarantees are genuinely informative.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is only two sentences, with no filler. The core value proposition is front-loaded, and the second sentence adds a useful output guarantee that earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity tool with two optional parameters and no output schema, the description is reasonably complete: it covers the listing categories, geographic scope, and important output behavior. Minor gaps like ordering and explicit parameter mapping exist, but they do not prevent correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, so the description needs to compensate. It partially does by naturally naming the categories that map to price_cuts, just_dropped, and cheapest_per_100g. However, it never explicitly ties those terms to the kind parameter and says nothing about limit or the 'all' option.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a source of today's price cuts, new arrivals, and cheapest-per-100g coffee listings across New Zealand specialty coffee. It does not use an explicit verb like 'list' or 'get,' but the intent is unmistakable and distinct from the sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies this tool is for surfacing deal-style listings, but it never explicitly states when to use best_deals versus roaster_info or search_beans. The sibling names provide clues, yet the description leaves the choice to inference rather than giving explicit guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
roaster_infoAInspect
The New Zealand specialty roasters we track: how many bags each has, their cheapest per 100g, their published shipping terms and where they roast. Omit roaster for all of them.
| Name | Required | Description | Default |
|---|---|---|---|
| roaster | No | Name or slug. Omit for all. | |
| include_beans | No | Also return that roaster's shelf, up to 200 bags. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral disclosure burden. It frames the tool as an informational lookup and lists the returned fields, implying a read-only operation. Still, it does not mention error behavior, data freshness, or what exactly happens when `roaster` is omitted versus provided.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is one dense, front-loaded sentence: it names the resource, lists the key output attributes, and ends with the critical calling convention. Every phrase contributes value and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only lookup with two optional parameters, the description adequately summarizes the main output. However, with no output schema and no annotations, an agent still lacks clarity on the exact response shape and failure behavior, so the definition is only minimally complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description adds useful context around `roaster` by explaining the omit-for-all behavior and clarifies the per-100g metric, but it does not substantially expand on the schema's parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the resource as the tracked New Zealand specialty roasters and enumerates the specific data returned: bag counts, cheapest per 100g, shipping terms, and roast location. It lacks an explicit verb and does not differentiate from siblings, but the purpose is unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The instruction to omit `roaster` for all roasters is a concrete usage rule. However, the description does not explicitly state when to choose this tool over `best_deals` or `search_beans`, leaving the routing decision mostly to inference from the tool name and scope.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
search_beansAInspect
Search every bag of specialty coffee on sale in New Zealand. Filter by free text (name, roaster, origin, tasting notes), origin, roast style, roaster, price and stock. Results are cheapest per 100g first.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | Free text: name, roaster, origin or tasting note. | |
| origin | No | Country or region, e.g. 'Ethiopia'. | |
| roaster | No | Roaster name or slug. | |
| roast_style | No | ||
| in_stock_only | No | ||
| max_price_nzd | No | ||
| max_price_per_100g | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full disclosure burden. It usefully reveals the scope ('every bag... on sale in New Zealand') and the sort order ('cheapest per 100g first'), but it does not mention pagination, default stock filtering, or response shape.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The search scope and ordering rule are front-loaded, and every clause adds information relevant to calling the tool correctly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The description covers scope, filters, and ordering, which is good for a search tool. However, with no output schema and no mention of pagination, limit defaults, or result format, an agent cannot fully predict what the tool returns or how many results to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is low (38%), so the description adds some value by clarifying that the free-text query covers name, roaster, origin, and tasting notes, and by listing filterable dimensions. However, it does not clarify the difference between max_price_nzd and max_price_per_100g or the behavior of limit and in_stock_only.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('Search'), a precise resource ('every bag of specialty coffee on sale in New Zealand'), the available filter dimensions, and the result ordering. This clearly distinguishes the tool from siblings like best_deals and roaster_info even without naming them.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The use case is implied by the search-and-filter phrasing, but there is no explicit guidance on when to prefer this tool over best_deals or roaster_info, nor when not to use it. An agent would have to infer the boundary from tool names alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Live Australian grocery prices from Woolworths, Coles, Aldi and Harris Farm.
Live flash-sale inventory from verified Shopify and WooCommerce merchants worldwide.
Whisky auction market data: past and live lots, prices, distillery stats and retail listings.
Cached US grocery prices, age disclosed on every row - search, compare across banners, coverage.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that finds great espresso cafes using a curated database of specialty coffee shops and a transparent scoring algorithm, with a strong bias against flavored syrups and mass-market chains.635MIT
- AlicenseNot gradedqualityBmaintenanceRoastPilot is a spec-driven MCP server for autonomous coffee roasting.Apache 2.0
- FlicenseNot gradedqualityDmaintenanceDTC competitor intelligence: catalog snapshots, price history, cross-brand product comparison, and drop/restock detection for 84 Shopify-powered brands. Pay-per-call via Apify.
- AlicenseAqualityBmaintenanceEnables browsing and searching the Woolworths New Zealand grocery catalogue, retrieving product details, checking specials, and managing a shopping trolley with optional account sign-in.181MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct concern: curated deals, roaster-level details, and full searchable bean catalog. Although best_deals and search_beans both surface cheap prices, their purposes are clearly separated by the deal reasons versus filterable search.
Names are readable and all snake_case, but they mix conventions: search_beans is verb-first while best_deals and roaster_info are noun phrases. A more consistent pattern would be search_beans alongside get_deals and get_roasters or similar.
Three tools is a tight, well-scoped set for a read-only specialty coffee price tracker. No tool feels redundant or unnecessary for the server's purpose.
The surface covers the full stated domain: search all beans, see curated deals, and get roaster information including shipping and stats. Agents can accomplish all advertised user goals without dead ends.