Shopping
Find and shop any product online via natural language or image.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Products: Search 100M+ products across thousands of retailers for one product type. Call once for each distinct product type, and send independent calls together. Put relevant constraints in `q
- Get Products: Get full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL. Pass several IDs in one call to compare. Use search_products to fi
- Browse Products: Search and page through products for the storefront UI.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Find and shop any product online via natural language or image.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| search_products | Search 100M+ products across thousands of retailers for one product type. Call once for each distinct product type, and send independent calls together. Put relevant constraints in `query`. Returns up to 8 product cards plus structured product data. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one. |
| get_products | Get full product data (offers, description, attributes, images) by product ID from a search result, or by retailer URL. Pass several IDs in one call to compare. Use search_products to find products. Returns details in the storefront UI. The result includes a `thread_id`. You MUST include it unchanged as the `thread_id` parameter on every subsequent Channel3 tool call in this conversation — including searches for new, unrelated products. Never omit it once you have one. |
| browse_products | Search and page through products for the storefront UI. |
| get_similar | Find products similar to a given product, for the storefront UI. |
| get_details | Fetch a product with live offers, for the storefront UI. |
| get_price_history | Fetch 30-day price history for a product, for the storefront UI. |