Skip to main content
Glama

Server Details

Every bag of specialty coffee on sale in New Zealand, re-read nightly from each roaster's shop.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

3 tools
best_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindNoall
limitNo

TDQS

A3.8/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
roasterNoName or slug. Omit for all.
include_beansNoAlso return that roaster's shelf, up to 200 bags.

TDQS

A3.5/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose4/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNoFree text: name, roaster, origin or tasting note.
originNoCountry or region, e.g. 'Ethiopia'.
roasterNoRoaster name or slug.
roast_styleNo
in_stock_onlyNo
max_price_nzdNo
max_price_per_100gNo

TDQS

A3.7/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    An 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.
    6
    35
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    DTC competitor intelligence: catalog snapshots, price history, cross-brand product comparison, and drop/restock detection for 84 Shopify-powered brands. Pay-per-call via Apify.
  • A
    license
    A
    quality
    B
    maintenance
    Enables browsing and searching the Woolworths New Zealand grocery catalogue, retrieving product details, checking specials, and managing a shopping trolley with optional account sign-in.
    18
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

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.

Naming Consistency3/5

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.

Tool Count5/5

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.

Completeness5/5

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.

Resources