get_inventory
Fetch current inventory from Chirak, filter by category, and list items at or below minimum stock to identify products needing restocking.
Instructions
Fetch current inventory products from Chirak, with options to filter by category or find critical low stock items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of products to return (default: 50, max: 100). | |
| category | No | Optional category name to filter products (e.g. 'Coffee', 'Clothing', 'General'). | |
| low_stock_only | No | If true, only returns products whose stock quantity is at or below the minimum threshold. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Result data payload from Chirak API. | |
| success | No | Status of the tool execution. |