Search Products Task
search_products_taskTask-based product search for long-running MCP clients. Use task polling to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search term (e.g. 'metal print', 'gift', 'cinematic') | |
| detail | No | Only used together with `handle` (single-product lookup). When true, returns the full enriched product record — AI summary, use cases, FAQs, competitive positioning, social proof, gallery, shipping zones, guarantee/returns/quality-assurance detail — for that ONE product, still capped to the server's response size limit. Default false returns the compact card shape (handle, title, short description, price, variants, one image, product URL) that every search and every default single-product lookup uses. | |
| handle | No | Product handle: 'the-legacy-print', 'the-cinematic-print', or 'the-address-sign' | |
| locale | No | Locale code for localized URLs (e.g. 'en', 'pl', 'de') | |
| country | No | ISO 3166-1 alpha-2 or alpha-3 country code for geo-pricing (e.g. 'PL', 'DE', 'GB', 'DEU', 'GBR') | |
| locale_contract | No | Language-resolution contract. Legacy discloses multilingual-country ambiguity; strict requires an explicit locale. |