Skip to main content
Glama
theYahia

retailcrm-mcp

by theYahia

store_inventories

Read-only

Retrieve stock levels and cost prices per offer and warehouse, with optional per-store breakdown.

Instructions

Stock levels (and cost prices) per offer/warehouse. Use details:true for the per-store breakdown. Returns {offers[], pagination}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number
siteNoSite (store) symbolic code. Required on create/edit when the API key is scoped to multiple sites (see list_sites).
limitNoResults per page (max 100)
detailsNoInclude per-store breakdown (sets filter[details]=1)
filter_product_activeNoOnly offers of active products
filter_offer_external_idNoFilter by offer externalId
Behavior4/5

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

The description matches the readOnlyHint annotation and adds detail about the return structure (pagination, offers). No hidden side effects or permissions are disclosed, but the tool is safe and simple.

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 convey the core purpose, key parameter usage, and return format without extraneous information. Front-loaded with the most important data.

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 the tool has 6 parameters all documented in schema and no output schema, the description covers the essential return structure. It could elaborate on the offers[] contents, but the tool is a straightforward listing endpoint.

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 coverage is 100%, so the description adds limited value beyond the schema. It does clarify the effect of the details parameter, but others are already well-documented in 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 it returns stock levels and cost prices per offer/warehouse, with an option for per-store breakdown. This distinguishes it from sibling tools that handle orders, customers, or products.

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 provides practical guidance on using the details parameter for per-store breakdown. While it doesn't explicitly state when not to use this tool, the read-only nature and clear data returned make usage straightforward.

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

Install Server

Other Tools

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/theYahia/retailcrm-mcp'

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