search_products
Searches products in the Boson subgraph by keywords matched against title, description, brand, category, and tags. Supports pagination, ordering, filtering, and an includeInvalidOffers flag (default false = only products with currently-valid offers). Read-only. Returns: array of product search result fragments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| configId | Yes | Boson/Fermion Protocol deployment identifier. Format: '<env>-<chainId>-<index>' e.g. 'production-137-0' (Polygon mainnet), 'testing-80002-0' (Amoy testnet). Call get_config_ids to list all valid values for this server. | |
| keywords | Yes | List of keywords matched against product title, description, brand, category, and tags. | |
| productsSkip | No | ||
| productsFirst | No | ||
| productsFilter | No | ||
| productsOrderBy | No | ||
| includeInvalidOffers | No | When true, include products whose offers are outside their validity window. Defaults to false (valid offers only). | |
| productsOrderDirection | No |