Skip to main content
Glama

site

Server Details

Decor Depot: 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.5/5.0

Scored across 8 tools

Disambiguation4/5

browse, search, and filter all return product lists but target distinct query modes (category pagination, keyword text, attribute/price ranges) and their descriptions clarify the boundaries. product, cart, categories, checkout_link, and store each target a clearly separate concern, so confusion risk is low.

Naming Consistency3/5

Names are mostly single readable words, but conventions are mixed: verbs (browse, filter, search), nouns (cart, categories, product, store), and one snake_case compound (checkout_link). It is legible but not a predictable verb_noun or consistent resource pattern.

Tool Count4/5

Eight tools is well within the ideal range for a catalog browsing plus cart surface. Each tool earns its place, though checkout_link is somewhat adjacent to cart's checkout handoff.

Completeness4/5

Read coverage is strong (browse, product, search, filter, categories, store) plus session cart CRUD and a checkout handoff, matching the stated no-payment design. Minor gaps like related products or reviews exist but are not essential to the core workflow.

Available Tools

8 tools
browseBrowse products, paginatedBInspect

A page of Decor Depot'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

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 burden: it does disclose the pagination cap ('Up to 50 per page') and that results are sorted and optionally stock-filtered. However, it says nothing about read-only safety, default sort order, default page, or what a returned page contains, leaving real behavioral gaps for a 5-param tool.

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, densely packed sentence with the resource front-loaded and qualifiers trailing; no filler. It is efficient, though the compressed phrasing makes a few clauses (path or name, sorted) slightly ambiguous.

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?

No output schema and no annotations means the description must cover behavior, and it only partially does: pagination, defaults, and the nature of the returned page are not specified. Adequate for a simple browse tool but missing pieces an agent would want.

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?

No annotations are provided, so the description carries the full burden of behavioral disclosure. "A page of Decor Depot's products, optionally within a category (path or name), in stock only, sorted" conveys that this is a read operation returning a page, states the category-accepting behavior, and discloses the sort and stock constraints. However, it omits default sort ordering, pagination cursor/page behavior beyond the cap, and the shape of returned results. For a tool with zero annotations and no output schema, this is informative but incomplete.

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 concrete verb (browse/return a page) and resource (Decor Depot's products), plus scope modifiers (category, in-stock, sorted). It is clear what the tool does but never distinguishes itself from close siblings like search or filter, which could also return product listings.

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?

The description implies a browsing/marketplace scenario via 'optionally within a category' and 'in stock only', but gives no explicit when-to-use guidance and never names search, filter, or product as the alternatives for narrower queries.

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 treeAInspect

The categories Decor Depot 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

A3.6/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It does disclose the shape of the returned data (path, name, page URL, product count), which implies a read-only enumeration, but it says nothing about pagination, result size, ordering, or caching behavior for an unannotated tool.

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?

Two short sentences with no filler; the resource identity and field list come first, and the usage hint follows. It is appropriately sized for a trivial no-input listing tool.

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 input schema, no output schema, and no annotations, the description is the only source of information, and it lists the concrete return fields an agent needs. It is nearly complete for such a simple tool, missing only output mechanics like ordering or pagination.

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 schema has zero parameters, so there is nothing for the description to document and the baseline of 4 applies. The mention of 'path or name' refers to how sibling tools consume this output, not to any input this tool accepts.

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 the specific resource (the category tree Decor Depot organises products into) and enumerates the returned fields (path, name, page URL, product count), which clearly separates it from siblings like browse, product, and search. It lacks an explicit verb (list/get/retrieve), so it describes content rather than an action, slightly short of a perfect score.

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 phrase 'Use a path or a name as the category of browse' implies the intended workflow (fetch categories, then feed a path/name into browse), which is useful implied usage. However, it never states when to call this tool versus search, filter, or product, nor any prerequisite or exclusion, so guidance stays implicit.

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 priceAInspect

Products of Decor Depot 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 Decor Depot'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

A3.5/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. It does add real behavioral detail absent from the schema — exact, case-insensitive attribute matching, price values in the store's currency, and where to discover valid attribute keys. However, it says nothing about pagination behavior, result limits, or what the response contains, which matters for a 10-parameter query tool.

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 front-loaded sentence that leads with the primary filter (attributes) and then price, with the examples earning their place. No filler, though the run-on structure packs four distinct concepts without separation.

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, unannotated tool with a nested attributes object and no output schema, the description covers the core filtering semantics well but leaves pagination, sorting, and the fulfilment enum unexplained. Adequate to select the tool, incomplete for fully informed invocation.

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?

Schema description coverage is only 30%, so the description must compensate, and it does: it clarifies attribute semantics (key: value, exact, case-insensitive), the meaning of price_min/price_max in major currency units with an example, and mentions category, brand and in-stock. It omits page, page_size, sort and fulfilment, so the compensation is partial rather than complete.

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 action (filtering Decor Depot products) with named dimensions: attribute values and price range. It implicitly distinguishes itself from browse/search by emphasizing exact attribute and price filtering, but never names those siblings to make the boundary explicit.

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 only implied: it tells the agent it can combine attributes with category, brand and in-stock, and that attribute keys are the store's own specs. There is no statement of when to prefer this over search or browse, nor any exclusion or prerequisite.

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

productOne product in fullAInspect

Everything Decor Depot 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

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden alone. It usefully scopes the payload ('everything Decor Depot publishes', listing description, price, stock, identifiers, attributes, images, buying locations), which tells the agent to expect a large read-only object, but it says nothing about errors for unresolvable ids, auth needs, or rate limits.

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 sentence, front-loaded with the resource and lookup keys before the field enumeration. The long em-dash list is dense but each item earns its place by telling the agent what data is available.

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?

There is no output schema, so the enumerated fields (description, price, stock, identifiers, attributes, images, buying locations) usefully preview the return payload for a read-only lookup. Nothing critical is missing for an agent to call it correctly, though failure behavior is unaddressed.

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% and the single 'product' parameter is already documented as 'product id, product page URL, or GTIN'. The description restates the same three accepted forms without adding format examples or normalization rules, so the schema does the heavy lifting.

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 gives a specific retrieval verb (implied by 'Everything Decor Depot publishes about one product') plus the resource and the three accepted lookup keys (id, URL, GTIN), then enumerates exactly what comes back. This clearly separates it from siblings like search, filter, and browse, which are multi-item tools.

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: 'one product' signals a single-item lookup versus the multi-item siblings, but no sentence says when to prefer this over search or browse, nor what happens on an unknown id. Adequate but with a clear gap.

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 Decor Depot 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?

With no annotations provided, the description carries the full burden, and it discharges most of it by disclosing that this is a zero-argument informational lookup returning store-level facts. It does not state that it is read-only or that it has no side effects, but for a parameterless info tool the inference is safe.

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 sentences, no waste: the content facets come first and the call-ordering instruction is the closing imperative. Every clause earns its place.

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?

Given a parameterless, no-output-schema tool, the description is nearly sufficient: it enumerates what the agent will learn. It could add a note about the return shape (single object vs list of fields), but nothing essential to calling it correctly is missing.

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 is 4. There is nothing in the schema for the description to explain or compensate for.

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 names a specific resource (the Decor Depot store) and enumerates its facets: what is sold, currency, shipping, purchase completion, catalogue size. That is far more concrete than a tautology, though it does not explicitly contrast itself with siblings like browse or categories.

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 an explicit ordering directive that tells the agent when to invoke this over the other catalogue tools. It stops short of naming when-not-to-use or which sibling supersedes it once the overview is known.

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