Skip to main content
Glama

stierproducts tier lists

Search ranked products

search_products
Read-only

Find ranked products by name or brand across every board. Returns the slug, category and tier for each match, which is what get_product and get_tier_list need next.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesProduct or brand name, e.g. "Bambu Lab X2D".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
licenseYes
matchesYes
productsYes
source_urlYes
attributionYes
monetizationYes

TDQS

A4.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false, so the agent knows this is a safe, non-destructive, closed-world read operation. The description adds value by revealing that the search is across every board, and that the output is ranked. However, it does not describe pagination behavior, ordering details, or what happens if the query matches many products. For a search tool, this is adequate but not highly transparent beyond annotations.

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 a single, dense sentence that conveys purpose, scope, return values, and tool chaining. No word is wasted. It is front-loaded and highly efficient.

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

Completeness5/5

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

Given the low parameter count (2), high schema coverage for the required parameter, clear annotations (read-only, non-destructive, closed-world), and the existence of an output schema, the description is complete. It explains the search scope (all boards), the returned fields, and how the output connects to sibling tools. The agent has sufficient information to use and chain this tool correctly.

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

Parameters4/5

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

Schema coverage is 50% (2/4 properties described—only 'query' has a schema description). The description adds value by explaining that 'name or brand' are the searchable fields, which is more specific than the schema's generic 'Product or brand name' and reinforces the query's scope. It does not add detail about the 'limit' parameter, but the schema already provides a default and bounds. The description compensates for the partial schema coverage by clarifying search semantics.

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 specifies a clear verb ('Find') and resource ('ranked products'), and distinguishes the tool by noting it searches by name or brand across every board. It explicitly states what it returns (slug, category, tier) and hints at its role as a prerequisite for 'get_product' and 'get_tier_list', differentiating it from siblings like 'get_product' or 'what_to_avoid'.

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

Usage Guidelines5/5

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

The description clearly explains when to use this tool: to find products by name or brand across all boards. It tells the agent that the returned values are what 'get_product' and 'get_tier_list' need next, effectively providing a chaining pattern and an implicit alternative (those tools are for after you have the identifiers). This is explicit usage guidance.

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.