Skip to main content
Glama

site

About this store

store

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/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 disclosure burden. It usefully reveals the informational content of the response, implying this is a safe, non-mutating read, but it never states that explicitly, nor mentions auth, caching, or freshness of the returned facts.

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 with no filler, and every clause maps to a real piece of returned information. The ordering directive is placed at the end rather than front-loaded, which slightly weakens scanability.

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 and no parameters, the description must carry the return-value burden, and it does so by listing the concrete facts returned. For a simple orientation tool this is close to sufficient; only response format/freshness is unstated.

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 per the calibration the baseline is 4. There is nothing for the description to clarify about inputs, and it correctly avoids inventing any.

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: what the store sells, its currency, shipping destinations, how a purchase completes, and catalogue size. That is a concrete, inspectable payload rather than a restatement of the name 'store'. It does not explicitly contrast itself with siblings like browse/product/search, but the 'overview/metadata' framing makes its role separable.

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 call-ordering instruction, which is genuine usage guidance for an entry-point tool and is the main thing an agent needs to know. It does not name when not to call it or which sibling supersedes it once orientation is done, so it stops short of the top tier.

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