Skip to main content
Glama

MCP Art Supply Store

by wspotter

update_stock

Update product inventory quantities in the art supply store system after receiving shipments, sales, or physical counts. Records stock changes with reason codes for accurate inventory tracking.

Instructions

Update inventory quantity after receiving shipment or doing physical count. Records the change in the system.

Input Schema

NameRequiredDescriptionDefault
quantityYesNew quantity amount
reasonYesReason for update (received, sold, damaged, count)
skuYesProduct SKU to update

Input Schema (JSON Schema)

{ "properties": { "quantity": { "description": "New quantity amount", "type": "number" }, "reason": { "description": "Reason for update (received, sold, damaged, count)", "type": "string" }, "sku": { "description": "Product SKU to update", "type": "string" } }, "required": [ "sku", "quantity", "reason" ], "type": "object" }

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/wspotter/mcpart'

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