Skip to main content
Glama

Search products

search_products
Read-onlyIdempotent

Search one product category by free-text query across product name, brand, and spec values (e.g. 'snapdragon 5000mah', 'oled 120hz'). Set category to a slug from list_product_categories. Returns full provenanced product records (every spec + price carries source url + accessedAt). Empty query returns all products in the category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNo
categoryYesProduct category slug from list_product_categories (e.g. 'smartphones').

TDQS

A5/5.0
Behavior5/5

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

Annotations indicate readOnlyHint and idempotentHint, and the description adds that it returns full provenanced records with source URLs and accessedAt. This is beyond what annotations provide, giving the agent critical behavioral context.

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?

Three sentences, each essential: first states purpose with examples, second gives dependency on list_product_categories, third clarifies return format and empty query behavior. No wasted words.

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 tool has 2 parameters, no output schema, and moderate complexity, the description is complete. It covers input guidance, behavior, and output format comprehensively, making it fully actionable.

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

Parameters5/5

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

Schema coverage is only 50% (only 'category' has description), but the description compensates by explaining the query field's search scope (name, brand, spec values) with examples, and specifying that 'category' must come from list_product_categories.

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 clearly states the tool's purpose: searching one product category by free-text query across product name, brand, and spec values. It gives specific examples and implies it returns full records, distinguishing it from siblings like 'find_products'.

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?

Explicitly instructs to set 'category' to a slug from list_product_categories and notes that an empty query returns all products. This provides clear context for when and how to use the tool.

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.3/5.0
Disambiguation4/5

Tools have distinct purposes, but some overlap exists between 'compare' and 'compare_products' (both do side-by-side comparisons, one for vendors, one for products). However, descriptions clarify the domain difference, and most tools have clear boundaries.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern (e.g., list_sections, search_vendors, get_benchmark). No mixed conventions or vague verbs.

Tool Count4/5

19 tools is slightly on the higher side but appropriate for a comprehensive pricing index covering 271 themes. Each tool has a clear role, and the count does not feel bloated.

Completeness5/5

The tool surface covers listing, searching, comparing, finding, detailed info retrieval, and price change tracking. No obvious gaps for the domain of pricing and comparison.

Resources