Skip to main content
Glama

stierproducts tier lists

Get one product

get_product
Read-only

Everything held on one product: its placement, verdict, pros and cons, GTIN barcodes, the announcement date where the maker published one, and a breakdown of how the cited sources read (how many were glowing, positive, neutral or negative, and whether they were outlets, named authors, video channels or forum owners). Then every citation in full, with a verbatim quote, who said it, and whether the link was fetched and confirmed. Use this when a claim needs backing up.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesProduct slug, e.g. "bambu-lab-x2d".
citation_limitNoHow many citations to return, most notable first. The sentiment and speaker breakdowns always count every source regardless of this.
citation_offsetNoSkip this many citations. Use it to page through the rest.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
licenseYes
productYes
categoryYes
citationsYes
sentimentNo
source_urlYes
attributionYes
speaker_mixNo
monetizationYes
citations_shownYes
citations_totalYes
citations_offsetYes
citations_remainingYes
citations_confirmed_liveYes

TDQS

A4.1/5.0
Behavior4/5

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

Annotations declare readOnlyHint: true and destructiveHint: false, which align with the description of a retrieval tool. The description adds value by detailing the depth of data returned (e.g., sentiment breakdowns, verbatim quotes) and mention of citation pagination via offset. This goes beyond the annotations without contradiction.

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

Conciseness4/5

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

The description is a single, dense paragraph that front-loads the purpose and cascades into details. Every sentence adds value, but the length is slightly verbose with a very long list of included fields, which could be more terse. Still efficient overall.

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?

Given the output schema exists, the description does not need to detail return types. It covers the key inputs and the richness of the output, with pagination hints. The only gap is the lack of mention about required permissions or data freshness, but with readOnlyHint set, it's acceptable.

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?

The input schema already provides full coverage: slug is required, citation_limit and citation_offset have defaults and bounds. The description does not add significant meaning beyond what the schema offers, but it does hint at how citation_limit affects the breakdown ('always count every source regardless of this'), which is a minor addition. Baseline 3 is appropriate.

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 explicitly states it retrieves 'one product' with extensive details like placement, verdict, pros and cons, GTIN barcodes, announcement date, breakdown of source sentiment, and full citations. This clearly distinguishes it from siblings like search_products (which would find products) or compare_products (which would compare).

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?

The description ends with 'Use this when a claim needs backing up,' providing a specific use case. However, it does not explicitly state when not to use it or mention alternatives among siblings, such as using get_tier_list for a simpler overview. The context is clear but lacks exclusions.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct operation: discovery (list_categories, search_products), comprehensive ranking (get_tier_list), deep dive (get_product), comparison (compare_products), and cautionary (what_to_avoid). No two tools serve the same purpose, and descriptions clarify boundaries.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (compare_products, get_product, get_tier_list, list_categories, search_products), but what_to_avoid breaks the pattern. The deviation is minor and the name is still clear.

Tool Count5/5

Six tools is well-scoped for a tier-list research server, covering discovery, lookup, comparison, and filtering without bloat. Each tool earns its place.

Completeness5/5

The surface fully covers the read-only domain: category discovery, full tier lists, individual product details, search, comparison, and avoidance recommendations. No obvious gaps or dead ends.