get_stock_level
Check available warehouse stock for a specific SKU. Returns current on-hand units to answer inventory and availability questions.
Instructions
Return available warehouse units for an A-SAFE product SKU.
Use when the user asks about inventory, stock on hand, or availability for a specific SKU (for example ASAFE-BARRIER-01).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| unit | No | each | |
| warehouse | Yes | ||
| description | Yes | ||
| quantity_available | Yes |