create_item
Create a new inventory item for a merchant by specifying a name and price in cents. Preview with dry_run, then confirm to write the change.
Instructions
Modifies merchant data. Create a new inventory item (name + price in cents).
Bounds 0–100_000_000 cents. Previews on dry_run; confirms via MCP elicitation or confirm=True before writing. Requires INVENTORY_W.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| confirm | No | ||
| dry_run | No | ||
| price_cents | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||