Stock Transfer Tool
stock_transfer_toolMove a specified quantity of a product from its current stock to another storage location, updating inventory records accurately.
Instructions
Move stock of a product to a different storage location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Quantity to transfer. | |
| product | Yes | Product name (e.g. "Milk") or numeric product ID. | |
| to_location | Yes | Destination location name (e.g. "Fridge") or numeric location ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |