check_inventory
Check inventory levels for a specific material ID to determine stock availability and avoid shortages.
Instructions
Check the inventory level for a specific material ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| material_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| warehouse | Yes | ||
| description | Yes | ||
| material_id | Yes | ||
| reorder_point | Yes | ||
| quantity_on_hand | Yes | ||
| below_reorder_point | Yes |