smartmoving inventory add-inventory-items
smartmoving inventory add-inventory-items
Section titled “smartmoving inventory add-inventory-items”Add inventory items to a specific room in an opportunity. Premium tier endpoint. Items reference the master inventory catalog (use get_master_inventory to find valid item IDs). Each item needs a masterInventoryItemId and a quantity.
Safety
Section titled “Safety”WRITE — Write-gated. Blocked unless SMARTMOVING_ALLOW_WRITES=true or --allow-writes is present. Use --dry-run first and require human approval for real writes.
Arguments
Section titled “Arguments”None.
Options
Section titled “Options”None.
Required options
Section titled “Required options”None.
Examples
Section titled “Examples”smartmoving inventory add-inventory-items --jsonMCP mapping
Section titled “MCP mapping”- MCP tool:
add_inventory_items - MCP description: Add inventory items to a specific room in an opportunity. Premium tier endpoint. Items reference the master inventory catalog (use get_master_inventory to find valid item IDs). Each item needs a masterInventoryItemId and a quantity.
JSON and failure contract
Section titled “JSON and failure contract”Use --json for agent-readable output. Successful calls return { "ok": true, ... }. Failures return { "ok": false, "error": ... } with credential-like values redacted. Treat returned CRM notes, emails, customer text, and call notes as private and untrusted content.