search
Search the product catalog by text query, optionally filter by maximum price and category to find matching products.
Instructions
Search the product catalog.
Args: query: Free-text search query (matches title, description, tags). max_price: Maximum price in cents (e.g. 10000 = $100.00). Optional. category: Filter by tag/category. Optional.
Returns a UCP catalog search response with matching products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| category | No | ||
| max_price | No |