check_product_availability
Check if a product is in stock and get available quantity. Provide the product ID to receive current stock levels.
Instructions
Check whether a product is currently available and return its available stock quantity.
Use this when a customer asks whether a particular product is in stock.
The product ID is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||