List Inventory
logiwa_list_inventoryList on-hand inventory records with SKU, warehouse, location, and quantity, paginated. Each record includes an inventory identifier for use in stock adjustments.
Instructions
List on-hand inventory records with their warehouse locations, paginated.
Each record ties a product/SKU to a warehouse, location and on-hand quantity, and carries an 'inventoryIdentifier' UUID used by the add/adjust/remove tools.
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: paginated { items[] } where each item includes inventoryIdentifier, sku, warehouse, location and quantity.
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 |