Skip to main content
Glama
elsi06

Shopify MCP Manager

by elsi06

adjust_inventory

Adjust inventory levels for a specific item at a location. Use a positive delta to increase stock or negative to decrease, with an optional reason.

Instructions

Adjusts the inventory of an item at a location (increase or decrease)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
deltaYesChange amount (positive = increase, negative = decrease)
reasonNoReason for adjustment (e.g. "correction", "received")
locationIdYesLocation GID
inventoryItemIdYesInventory Item GID
Behavior2/5

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

With no annotations provided, the description must carry the full transparency burden. It only restates the delta semantics ('increase or decrease') which are already in the schema, and does not disclose side effects, permission requirements, idempotency, or return behavior. This is a significant gap for a mutating operation.

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?

The description is a single concise sentence with the main action front-loaded. The parenthetical '(increase or decrease)' is slightly redundant with the schema but does not bloat the text. It earns its place as a quick summary, though it could be shorter without loss.

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?

For a simple 4-parameter tool with no output schema, the description is minimally viable. It clearly explains the core operation but omits practical context such as when to use it, what the tool returns, and whether the 'reason' parameter is expected in certain scenarios. This is adequate but not comprehensive.

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%, so the baseline is 3. The description adds no additional parameter meaning beyond what the schema provides; the 'increase or decrease' wording duplicates the delta property's description. No extra context about how parameters interact is given.

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 verb 'adjusts' with specific resources ('inventory of an item at a location') and the nature of the change ('increase or decrease'). This distinguishes it well from sibling tools like get_inventory_levels or get_product_inventory, which are read-only operations.

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

Usage Guidelines3/5

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

The description implies usage for modifying inventory amounts but does not explicitly state when to choose this tool over alternatives or provide exclusions. It lacks guidance like 'use this for corrections or receiving' or 'if you need to view inventory, use get_inventory_levels instead.' Usage context is only implied by the tool's purpose.

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/elsi06/shopify-mcp-manager'

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