Skip to main content
Glama
aleccritser

storelink-mcp

by aleccritser

get_replenishment

Retrieve a replenishment order's current status by store ID and order ID, providing a reason for audit tracking.

Instructions

Get status of a replenishment order by store_id and order_id.

Args: store_id: Store identifier. order_id: Replenishment order id. reason: Why you are checking order status (required for audit).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYes
order_idYes
store_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations are absent, so the description carries the burden. It implies a read-only operation via 'Get' and adds the context that 'reason' is required for audit purposes. However, it does not explicitly state side effects, auth requirements, error behavior, or any other behavioral traits.

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 extremely concise: a one-sentence purpose followed by a structured Args list. Every sentence carries relevant information, and the format is front-loaded with the main purpose.

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

Completeness3/5

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

With an output schema present, return values are covered. The description adequately explains the tool's purpose and parameters, but lacks context on when to use it relative to siblings and provides minimal behavioral detail. Overall, it is functional but not fully complete for a tool with sibling alternatives.

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 description coverage is 0%, so the description must define parameters. It provides brief but meaningful definitions for each parameter, and the 'reason' parameter is further contextualized as an audit requirement. However, the definitions are minimal and mostly echo the parameter names, offering limited additional semantic depth.

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 clearly states a specific verb ('Get') and resource ('status of a replenishment order'), and identifies the key identifying parameters (store_id, order_id). It is distinct from sibling tools by focusing on order status, but it does not explicitly differentiate itself from alternatives such as get_store or create_replenishment.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. There is no mention of context, exclusions, or why this tool might be preferred over a sibling like get_store or get_on_hand_vs_pos.

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/aleccritser/storelink-mcp'

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