Report: Total Inventory
logiwa_report_total_inventoryRetrieve paginated total on-hand inventory per SKU/warehouse and view consolidated quantities to answer 'how much of each SKU do we have?' with Markdown or JSON output.
Instructions
Total (consolidated) on-hand inventory across locations, paginated. Best for "how much of each SKU do we have?".
Args:
page (number): 1-based page number (default 1)
page_size (number): records per page, 1-200 (default 20)
response_format ('markdown' | 'json'): output format (default markdown)
Returns: consolidated inventory rows per SKU/warehouse with on-hand and available quantities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number to fetch (Logiwa paginates by page index). | |
| page_size | No | Number of records per page (1-200, default 20). | |
| response_format | No | Output format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload. | markdown |