Skip to main content
Glama

site

Server Details

Slumber Direct: the site's own MCP server — shop; every answer cites the site.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

TDQS

A3.6/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct aspect: store info, categories, product listing (browse), attribute/price filtering (filter), text search, single product detail, cart manipulation, and checkout link. While browse/filter/search all return products, their specific purposes (general listing, structured filtering, text query) are clearly differentiated in descriptions.

Naming Consistency3/5

Names mix verbs (browse, filter, search) and nouns (cart, categories, checkout_link, product, store), lacking a consistent verb_noun pattern. However, all names are clear and readable, so it's mixed conventions but still understandable.

Tool Count5/5

8 tools cover the storefront domain well: discovery, detail, cart, and checkout handoff. No tool feels redundant or missing from a count perspective.

Completeness5/5

The surface covers product discovery (store, categories, browse, filter, search), product details, cart management, and checkout link. It intentionally avoids order placement/payment, and no obvious gaps for its stated purpose.

Available Tools

8 tools
browseBrowse products, paginatedCInspect

A page of Slumber Direct's products, optionally within a category (path or name), in stock only, sorted. Up to 50 per page.

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNo
sortNoorder of the results
categoryNoa category path (e.g. coffee/espresso-machines) or name
page_sizeNo
in_stock_onlyNo

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden, yet it only repeats capabilities found in the schema and does not disclose read-only nature, permissions, pagination defaults, or error behavior for out-of-range pages.

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?

A single, front-loaded sentence that wastes no words. It efficiently conveys the essential scope and limit.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 5-parameter tool with no annotations and no output schema, the description is too thin: it does not explain pagination defaults, sort defaults, result contents, or how to distinguish browse from search/filter. It leaves the agent under-informed for correct invocation.

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 40%, so the description must add meaning, and it partially does by clarifying category path/name, in_stock_only, sorted output, and the 50-item page limit. It omits the page number semantics and the four sort enum values, leaving gaps.

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?

The description states a specific resource ('Slumber Direct's products') and lists filters (category, stock, sort), making the tool's function clear. It does not distinguish itself from siblings like search, filter, or product, so an agent must infer when to prefer browse.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No when-to-use guidance or alternatives are provided; the description only enumerates capabilities. An agent receives no help in deciding between browse and search or filter.

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

cartThis session's cart: add, remove, view, clearAInspect

A cart kept for this MCP session (never the store's own cart). add / remove / set a quantity / view / clear; the total is live from the feed. Then checkout_link tells the buyer where to complete the purchase.

ParametersJSON Schema
NameRequiredDescriptionDefault
qtyNoquantity to add (add, default 1) or to set (set)
actionYes
productNoproduct id or URL (add/remove/set)

TDQS

A3.9/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 burden and does disclose two meaningful traits: the cart is scoped to this MCP session (not the store's persistent cart) and totals are live from the feed. It does not say what clear destroys, whether operations are idempotent, or how errors (e.g. invalid product) are surfaced, which matters for a mutation-capable tool.

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?

Two tight sentences with the scoping constraint (session cart, never the store's cart) front-loaded before the action list and the checkout handoff. No filler.

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 3-parameter, no-annotation, no-output-schema tool, the description covers actions and handoff but does not describe what view returns (cart shape, totals per line) or failure behavior. Adequate but leaves an agent guessing about the return surface.

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 67%: qty and product both carry schema descriptions, while action relies on the enum alone. The description adds marginal context by mapping 'set a quantity' to the set action, but adds no detail beyond the schema, so the baseline 3 is appropriate.

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 names the exact resource (a session-scoped cart) and enumerates the full action set (add/remove/set/view/clear), so an agent knows precisely what the tool does. It also explicitly distinguishes itself from the store's own cart, which is the key ambiguity for a shopping MCP.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It gives clear context for the cart's lifecycle and routes the buyer to checkout_link to complete the purchase, which is strong sibling guidance. It stops short of stating when to prefer this over alternatives like product or search for gathering item details.

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

categoriesThe category treeBInspect

The categories Slumber Direct organises its products into (path, name, page URL, product count). Use a path or a name as the category of browse.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

B3/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It implies a read (it exposes categories and fields) but never states that it is read-only, whether results are a flat list or a nested tree (despite the title), pagination, or auth requirements. Behavioral disclosure is thin.

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?

Two sentences, reasonably front-loaded, but the second sentence ('Use a path or a name as the category of browse') is grammatically awkward and its meaning is ambiguous, costing clarity per unit of length.

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 no-param read tool with no output schema, mentioning the returned fields is helpful, but the description never conveys the hierarchical 'tree' structure the title promises nor whether the list is flat or nested. Adequate but with a clear gap.

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

Parameters4/5

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

The tool takes zero parameters, so the baseline of 4 applies; there is nothing for the description to clarify beyond the (absent) inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the resource clearly ('The categories Slumber Direct organises its products into') and enumerates returned fields (path, name, page URL, product count). However, it names no verb and does not explicitly differentiate itself from browse/search/filter beyond one oblique reference. Purpose is understandable but under-active.

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?

'Use a path or a name as the category of browse' implies the tool feeds the browse sibling, giving a hint of downstream usage. But there is no explicit when-to-call, when-not-to-call, or named alternative, leaving usage to inference.

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

filterFilter by attribute and priceBInspect

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.

ParametersJSON 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

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.

productOne product in fullBInspect

Everything Slumber Direct publishes about one product — by id, product URL or GTIN: description, price, stock, identifiers, attributes, images, and where it is bought.

ParametersJSON Schema
NameRequiredDescriptionDefault
productYesproduct id, product page URL, or GTIN

TDQS

B3.2/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 burden, and it does disclose that this is a comprehensive read returning description, price, stock, identifiers, attributes, images, and retail availability. It does not state behavior on a missing/ambiguous identifier, nor any auth or rate-limit characteristics.

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?

A single dense sentence that front-loads the resource and then lists return coverage, with no filler. It is efficient, though the trailing field list runs long relative to the amount of guidance it provides.

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?

No output schema exists, so the description correctly shouldered the job of describing return contents, and it does so with an explicit field inventory. Remaining gaps (error/not-found behavior, image format) are minor for a single-lookup read tool.

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 100% and the single parameter is already documented as 'product id, product page URL, or GTIN'. The description restates the accepted identifier forms without adding format examples, precedence rules, or lookup semantics beyond the schema.

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 resource (one product, addressed by id, URL, or GTIN) and enumerates the returned fields — description, price, stock, identifiers, attributes, images, where it is bought. That scope clearly separates it from list-oriented siblings like browse, search, and filter, though no sibling is named explicitly.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no when-to-use statement, no statement about when not to use it, and no pointer to the alternative tools (search, browse, filter) for multi-product needs. The single-product scope is inferable but never asserted as a selection rule.

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

storeAbout this storeAInspect

What Slumber Direct sells, its currency, where it ships, how a purchase completes, and the catalogue's size. Call this first.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

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

No annotations are provided, so the description carries the full burden, and it does disclose the informational, read-only nature of the tool plus the exact content categories returned. It does not discuss whether results are cached, static, or whether the 'first call' is mandatory, which keeps it from a 5 for a zero-annotation tool.

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?

A single terse sentence lists the returned fields and then front-loads the imperative 'Call this first' into the final clause. Every element earns its place and there is no filler.

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?

With no output schema, no annotations, and no parameters, the description must convey the return content, and the enumerated fields do that adequately. It is complete enough for an agent to call it correctly, though it could note how the store metadata relates to the sibling discovery tools.

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

Parameters4/5

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

The tool takes zero parameters, so there is nothing for the description to disambiguate; the baseline for a no-parameter tool applies. The description correctly signals a no-argument call by focusing entirely on returned content.

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?

The description enumerates exactly what the tool returns — merchandise, currency, shipping destinations, purchase flow, and catalogue size — which is a specific resource description rather than a restatement of the name 'store'. It implicitly separates itself from action-oriented siblings like cart, checkout_link, and search, though it never names them.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

'Call this first' gives explicit sequencing guidance that tells the agent to bootstrap with this tool before the browse/cart/filter siblings. It stops short of saying when not to call it or how to proceed afterward, so it is clear context without full routing detail.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 8 tool updates
    • First observedbrowse
    • First observedcart
    • First observedcategories
    • First observedcheckout_link
    • First observedfilter
    • First observedproduct
    • First observedsearch
    • First observedstore

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources