list_products
Search the product catalog and control pagination. Use limit and offset parameters to retrieve specific product subsets by page size and skip count.
Instructions
Search the product catalog with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum page size. | |
| offset | No | Number of products to skip. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | Products on the current page. | |
| limit | Yes | Maximum page size requested. | |
| total | Yes | Total number of matching products. | |
| offset | Yes | Number of matching products skipped. |