update_inventory_item
Modify specific fields of an existing inventory item, such as quantity, cost, brand, or location, while preserving all unspecified details.
Instructions
Update an existing inventory item. Only the fields you provide will be changed.
Args: item_id: The ID of the inventory item to update. title: New title. quantity: New quantity on hand. brand: Brand name (will be created if new). part_type: Part type name (will be created if new). location: Location name (will be created if new). cost: Unit cost. is_consumable: Whether this is a consumable item. low_stock_threshold: Low stock alert threshold. 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 | No | ||
| vendor | No | ||
| item_id | Yes | ||
| 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 |