Skip to main content
Glama

TheBetterBuy Product Comparison

Search product catalog

search_catalog

Search TheBetterBuy product catalog. Returns a slimmed list of products (title, slug, brand, price, image, number of offers) plus a total count. Use list_categories to discover valid category values. Sorting is only supported by price.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-based page number. Defaults to 1.
brandNoExact brand name to filter by.
limitNoResults per page (max 100). Defaults to 20.
orderNoSort direction when sortBy is set. Defaults to asc.
queryNoFree-text search across product title and GTIN. Omit to browse all products.
sortByNoField to sort by. Only 'price' is supported.
categoryNoCategory tag in underscored form (e.g. 'Power_Tools') as returned by list_categories.
maxPriceNoMaximum price (inclusive).
minPriceNoMinimum price (inclusive).
hasImagesNoIf true, only return products that have images.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

With no annotations, the description must carry behavioral disclosure. It does reveal the return shape (slimmed product list + total count) and the sorting limitation, which are both useful. It does not cover error cases, behavior when no query is provided, or operational constraints such as rate limits or authentication, so some transparency gap remains.

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, all informative: the first states purpose and core output, the second gives a necessary cross-tool hint, the third sets a clear limitation. No filler or repetition.

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?

The description covers the main output details and two operational constraints that the schema does not fully convey (return fields, sort limitation). With 10 parameters, no output schema, and no annotations, this is reasonably complete, though it could still mention pagination/result-count behavior explicitly.

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 little beyond the schema: the category source (list_categories) and sort limitation are already echoed in the schema's own field descriptions. It does not meaningfully disambiguate or extend parameter semantics.

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?

States a specific action ('Search') and resource ('TheBetterBuy product catalog') and clarifies the slimmed list output with named fields. However, it does not explicitly distinguish itself from get_product or get_offers, relying on the tool name and implied role rather than contrasting usage.

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 gives one actionable guideline: 'Use list_categories to discover valid category values.' It also notes sorting is limited to price, which prevents incorrect sort attempts. It does not explain when to choose search_catalog over get_product or get_offers, leaving tool selection partly implicit.

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.

Resources