shopping product search
shopping_product_searchSearch the product catalog through The Agent Times UCP Gateway.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum products to return; integer from 1 to 10. | |
| query | Yes | Natural-language product search query, e.g. 'portable battery powered air conditioner'. | |
| cursor | No | Pagination cursor returned by a previous search response; omit for the first page. | |
| context | No | Optional buyer/search context for catalog, cart, or checkout tools. | |
| filters | No | Optional product search filters. | |
| agent_id | Yes | Registered UCP Gateway UUID returned by register_ucp_profile; required for every Shopping tool. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | True for successful tool execution; false for structured tool errors. | |
| raw | No | Redacted raw provider or registry payload for debugging. Shape may vary by upstream endpoint. | |
| error | No | Structured tool error. | |
| message | Yes | Human-readable result summary or recovery message. | |
| products | No | Normalized provider products returned by search. | |
| warnings | No | Non-fatal search warnings. | |
| next_step | Yes | Recommended next step. Suggestions are non-binding and never authorize payment or state-changing actions. |