Skip to main content
Glama
woraphol-j

LINE Shopping API MCP

by woraphol-j

Increase_inventory

Increase the current inventory on hand by a specified amount, ensuring the total stays below 100,000 units.

Instructions

API for updating inventory by increasing the inventory amount from the current inventory on hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesInventory ID
amountYesAmount must greater than 0 and less than 100,000 (0 < amount + availableNumber < 100,000)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
availableNumberNoQuantity that is available and display on the storefront (Exclude ‘Reserved’ and ‘Ready to ship’ status)
onHandAmountNoQuantity in stock (Include ‘Reserved’ and ‘Ready to ship’ status)
readyToShipAmountNoQuantity that customers complete payment and wait to ship
reservedAmountNoQuantity that customers do not complete payment
Behavior3/5

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

No annotations exist, so description carries full burden. It specifies the operation (increasing from current on hand) but does not disclose side effects, required permissions, idempotency, or error handling. Adequate but could be richer.

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?

Single sentence, to the point, no wasted words. Could be slightly more structured (e.g., bullet for parameters) but fine.

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?

Low complexity tool with output schema (not provided but exists). Description lacks success/error behavior or return format. Adequate for simple operation but not fully self-contained.

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 100% with clear parameter descriptions and examples. The description adds marginal value by clarifying 'from the current inventory on hand', but this is minimally additive 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 it increases inventory amount from current on hand, with specific verb 'increasing' and resource 'inventory'. This distinguishes it from sibling tools like 'Decrease_inventory' and 'Adjust_inventory'.

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?

No guidance on when to use this tool versus alternatives (e.g., 'Adjust_inventory', 'Decrease_inventory'). No when-not-to-use or prerequisite conditions provided.

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/woraphol-j/lineshopping-api-mcp'

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