Skip to main content
Glama

MCP Art Supply Store

by wspotter

create_purchase_order

Generate purchase orders for art supply restocking. Automatically includes items below reorder levels and allows custom item additions to maintain optimal inventory.

Instructions

Create a purchase order for restocking. Automatically suggests items below reorder level.

Input Schema

NameRequiredDescriptionDefault
autoIncludeLowStockNoAutomatically include low stock items from this supplier
customItemsNoOptional: comma-separated SKUs to include
supplierYesSupplier name

Input Schema (JSON Schema)

{ "properties": { "autoIncludeLowStock": { "description": "Automatically include low stock items from this supplier", "type": "boolean" }, "customItems": { "description": "Optional: comma-separated SKUs to include", "type": "string" }, "supplier": { "description": "Supplier name", "type": "string" } }, "required": [ "supplier" ], "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