get_store_products
Retrieves product listings for a specified store, with optional filtering by keyword and price range to narrow results.
Instructions
List the products a specific Toco store sells, with optional keyword and price filtering. Takes the store short name or a full toco.id/store/... URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| sort | No | Sort order (default: relevance) | relevance |
| limit | No | Results per page (default: 20) | |
| query | No | Optional keywords to search within the store | |
| store | Yes | Store short name or full toco.id/store/... URL | |
| maxPrice | No | Maximum price in IDR | |
| minPrice | No | Minimum price in IDR |