Skip to main content
Glama

Catalog search products

catalog_search_products
Read-onlyIdempotent

Find and filter marketplace products by free-text query, category, seller, specs, or certification; returns paginated summaries with prices in pence, stock, and restricted-goods flags.

Instructions

Search marketplace products by free-text query, optional category, or seller. Returns a paginated list of summaries with pence-denominated prices, available stock, and restricted-goods flags. Pass a concise phrase, not a full sentence.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text query matched case-insensitively against product title and description.
specNoExact-match filters on category spec fields, as key/value pairs.
cursorNoOpaque cursor from next_cursor in the previous page; omit for the first page.
categoryNoCategory slug to filter by (see catalog_list_categories); unknown slugs return no hits.
spec_maxNoNumeric upper bounds on spec fields; keys must be rangeable for the given leaf `category`.
spec_minNoNumeric lower bounds on spec fields; keys must be rangeable for the given leaf `category`.
page_sizeYesResults per page, 1-100. Defaults to 20.
seller_idNoFilter to one seller's listings.
restrictedYesRestricted-goods filter: exclude_age (default) hides age-restricted items, exclude_all hides all restricted, allow hides none.exclude_age
certificationsNoOnly products carrying at least one of these certification strings.
min_seller_tierYesMinimum seller verification tier: basic (default) < verified < premium.basic
category_subtreeYesWhen true, also match products in descendant categories of `category`. Defaults to false.
improves_on_statutoryNoWhen true, only products whose return policy improves on the statutory minimum.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

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

The description discloses the read-only, non-destructive nature of the search and summarizes the output shape (paginated summaries, pence-denominated prices, stock, restricted-goods flags). It does not detail pagination or error behavior, but annotations already cover safety.

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 short and to the point, with no fluff. It front-loads the core purpose and then adds the most relevant output and query-format details.

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?

Given 13 parameters, nested objects, and no output schema, the description is somewhat minimal. It mentions pagination and key output fields but omits context on required-with-default parameters and typical pagination flow.

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 descriptions cover all 13 parameters with 100% coverage, so the baseline is 3. The description adds little beyond general query guidance and output emphasis; it does not clarify the unusual required-with-default parameters.

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?

Description clearly states the tool searches marketplace products by free-text, category, or seller, and returns a paginated list of summaries. It is specific and distinguishes the tool from single-product or services-oriented siblings.

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?

It provides useful query guidance ('Pass a concise phrase, not a full sentence') and names the main filters, but it does not explicitly contrast with sibling search/list tools such as catalog_get_product, seller_list_listings, or services_search_listings.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitroadai/bitroad-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server