Get stock level
get_stock_levelLive availability check for a SKU (is it available now and how many are in the London warehouse).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU exactly as shown on the site. |
get_stock_levelLive availability check for a SKU (is it available now and how many are in the London warehouse).
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | Product SKU exactly as shown on the site. |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint and openWorldHint. The description adds meaningful context by specifying 'live' and the London warehouse scope, which goes beyond the annotation hints. No contradiction exists.
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?
A single sentence that is front-loaded with the core purpose ('Live availability check') and includes the key detail (London warehouse) without any fluff. Every word earns its place.
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 simple read-only tool with one parameter and no output schema, the description adequately conveys what it does (returns availability and quantity) and its geographic scope. It is complete enough for an agent to call it correctly without further clarification.
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?
Schema coverage is 100% – the sole parameter 'sku' is fully described ('Product SKU exactly as shown on the site'). The description only reiterates 'for a SKU' without adding new semantics, so baseline 3 is appropriate.
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?
Description states a specific verb ('check'), resource ('availability'), and scope ('for a SKU', 'London warehouse'). It clearly differentiates from sibling tools like get_product by focusing on live stock levels rather than product details or pricing.
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?
The description implies usage when live stock information is needed but does not explicitly mention alternatives or when not to use this tool. No sibling names or exclusion conditions are given, so guidance is implied rather than stated.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.