Skip to main content
Glama

site

Filter by attribute and price

filter

Products of Seating Co matching attribute values (key: value, exact, case-insensitive — the keys are the store's own specification attributes, see any product's attributes) and/or a price range in Seating Co's currency, e.g. price_min 200, price_max 1500. Combine with a category, brand and in-stock.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNoorder of the results
brandNo
categoryNo
page_sizeNo
price_maxNo
price_minNoin major units of the store's currency
attributesNoe.g. {"material": "teak", "groups": 2}
fulfilmentNo
in_stock_onlyNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description must carry the behavioral burden. It usefully discloses matching semantics (exact, case-insensitive), that keys are the store's own specification attributes, and that prices are in the store's currency, but says nothing about read-only safety, pagination, result limits, or what an empty match returns.

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?

One dense but well-structured sentence with the primary capability front-loaded, followed by the concrete price example. The parenthetical on attribute semantics earns its place; nothing is wasted.

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?

For a 10-parameter tool with no annotations and no output schema, the description covers the two headline filter axes but omits pagination, sorting, and the fulfilment option. Return values need not be explained given no output schema, but the parameter surface is only partly addressed.

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 only 30% across 10 parameters, so the description needs to compensate and it partially does: it clarifies attributes (key: value object), price_min/price_max units with examples, and alludes to category/brand/in_stock_only. It leaves page, page_size, sort and fulfilment unexplained.

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 verb (filter) and resource (Seating Co products) plus the two filtering axes: attribute values and price range. An agent can tell what it returns without opening the schema, though it never explicitly contrasts itself with the search or browse 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?

Usage is implied rather than stated: attribute/price narrowing plus 'Combine with a category, brand and in-stock' signals faceted filtering, and 'see any product's attributes' tells the agent where to source the keys. There is no explicit when-to-use-this-vs-search-or-browse guidance or 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.

Resources