Skip to main content
Glama

site

Filter by attribute and price

filter

Products of Slumber Direct 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 Slumber Direct'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.3/5.0
Behavior3/5

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

With no annotations, the description carries the full disclosure burden, and it does add real value: attribute matching is exact and case-insensitive, and price is expressed in Slumber Direct's currency. It omits other behavioral traits an agent needs, such as default sort, pagination behavior, page_size limits, and what fulfilment=affiliate implies.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is a single dense sentence with no filler, and the core matching semantics are front-loaded. The run-on construction bundles matching rules, currency, examples, and composition advice together, which hurts scannability.

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, no-annotation, no-output-schema list tool with low schema coverage, the description covers the central filter semantics but leaves pagination, sorting, and fulfilment behavior unexplained. An agent can invoke the primary filters correctly but would guess at result-set control.

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 coverage is only 30%, so the description must compensate, and it does explain the attributes object semantics (key: value, exact, case-insensitive, store's own spec keys) plus price_min/price_max currency and units. It says nothing about page, page_size, sort, or fulfilment, leaving four parameters undocumented in both places.

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 and resource ('Products of Slumber Direct matching attribute values and/or a price range'), so an agent knows this is attribute/price filtering rather than keyword retrieval. It never names siblings such as search or browse, so the differentiation from those tools is left implicit.

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 hints at composition ('Combine with a category, brand and in-stock') and points the agent at any product's attributes for valid keys, which is useful implied usage. However, it never states when to prefer this over search or browse, nor any exclusion conditions.

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