Skip to main content
Glama
hello532

shop-mcp

by hello532

check_inventory

Check per-location stock for a SKU, showing available, committed, and on-hand counts to determine if an item can be shipped.

Instructions

Stock for a SKU broken down by location, with available, committed and on-hand counts. Use when the question is 'can we ship it' rather than 'do we sell it'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesExact SKU to look up.
limitNoMaximum matching variants, 1-50.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A4.1/5.0
Behavior2/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 for behavioral transparency. It does not explicitly state that the operation is read-only, nor does it mention authentication, rate limits, or other side effects. The read-only nature is implied but not disclosed.

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?

The description is two concise sentences, front-loading the core purpose and then giving a practical usage guideline. There is no unnecessary detail or repetition.

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

Completeness5/5

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

With no output schema, the description compensates by explaining the output shape: stock broken down by location with available, committed, and on-hand counts. It also provides the decision context, making it complete for this simple 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?

The schema already provides descriptions for both parameters ('Exact SKU to look up' and 'Maximum matching variants, 1-50'), so schema coverage is high. The tool description adds context about the response structure but does not further clarify parameter semantics beyond the schema.

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 clearly states the tool returns stock levels for a SKU, broken down by location with available, committed, and on-hand counts. It also distinguishes this from product-level queries by noting the 'can we ship it' use case.

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

Usage Guidelines5/5

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

Explicitly tells when to use this tool: when the question is about shippable availability ('can we ship it') rather than whether the item is sold ('do we sell it'). This provides clear guidance relative to sibling tools.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hello532/shop-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server