Skip to main content
Glama
AI-Product-Allen-Yu

Korral StoreLink MCP Server

Create replenishment order

create_replenishment_order

Place a replenishment order for a store and SKU to restock inventory based on a detected demand gap from sales data.

Instructions

Raise a replenishment (restock) order for a store/SKU via StoreLink. Use after get_store_inventory_and_sales shows a meaningful demand gap. quantity is the number of units to order (positive integer).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skuYesSKU to replenish.
quantityYesNumber of units to order. Must be a positive integer.
store_idYesStore that needs replenishment.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It only notes that quantity must be positive, but fails to disclose behavioral traits like whether the action is irreversible, required permissions, or rate limits. The word 'create' implies mutation, but more transparency is needed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose. Efficient and no wasted words. Could potentially be slightly more concise, but it's well-structured.

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 simple tool with three required parameters and no output schema, the description provides adequate context: purpose, usage trigger, and parameter note. Could mention response or constraints (e.g., max quantity) but overall complete.

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 schema describes all parameters. The description adds the note that quantity is 'number of units to order (positive integer)', but this largely repeats schema info. No meaningful new semantic context beyond 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's purpose: 'Raise a replenishment (restock) order for a store/SKU via StoreLink.' The verb 'raise' and resource 'replenishment order' are specific, and it distinguishes from the sibling tool by implying this is the action after inventory check.

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 states when to use: 'Use after get_store_inventory_and_sales shows a meaningful demand gap.' This provides clear context and prevents misuse.

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/AI-Product-Allen-Yu/korral-storelink-mcp'

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