add_inventory_item
Add a new item to your inventory, with automatic creation of missing brand, part type, location, and vendor.
Instructions
Add a new inventory item. Brand, part type, location, and vendor are created automatically if they don't exist.
Args: title: Name/title of the inventory item. quantity: Quantity on hand. brand: Brand name (will be created if new). part_type: Part type name (will be created if new). location: Storage location name (will be created if new). cost: Unit cost. is_consumable: Whether this is a consumable item (enables low stock tracking). low_stock_threshold: Quantity threshold for low stock alerts (consumables only). notes: Free-text notes. vendor: Vendor name (will be created if new). vendor_link: URL to vendor product page. model: Model/part number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | No | ||
| brand | No | ||
| model | No | ||
| notes | No | ||
| title | Yes | ||
| vendor | No | ||
| location | No | ||
| quantity | No | ||
| part_type | No | ||
| vendor_link | No | ||
| is_consumable | No | ||
| low_stock_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |