list_low_stock_items
List inventory items with stock quantity at or below a threshold to flag low stock and prevent shortages. Excludes items without stock tracking.
Instructions
Return all items whose stock quantity is at or below threshold.
Items with no stock tracking are excluded. Requires INVENTORY_R.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||