About this store
storeWhat Dresser House sells, its currency, where it ships, how a purchase completes, and the catalogue's size. Call this first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
storeWhat Dresser House sells, its currency, where it ships, how a purchase completes, and the catalogue's size. Call this first.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full burden. It usefully discloses the returned fields, which is behavioral context for a tool with no output schema, but it says nothing about authentication, whether any state is created, 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.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two compact sentences, front-loaded with the most important routing instruction implied by the content list and closed with the imperative 'Call this first.' No filler, though the comma-run of return items is slightly dense.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema and no annotations, the description does the necessary work by enumerating what comes back, leaving the agent able to decide whether to call it. Input-side completeness is moot and return-side is adequately covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Zero parameters, so the baseline of 4 applies; there is nothing for the description to disambiguate or compensate for.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description names the specific resource (store-level metadata: catalogue contents, currency, shipping, checkout flow, catalogue size) with enough specificity that an agent can distinguish it from product/search/browse siblings. It lacks an explicit verb like 'Get', but the enumerated return content makes the purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
'Call this first.' gives explicit ordering guidance that tells the agent when to reach for this tool relative to the rest of the toolkit. It does not name when *not* to use it or point at a specific alternative, so it falls short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.