search_amazon_alexa
Ask Amazon's Rufus AI for product recommendations, answers, and follow-up suggestions from natural-language prompts. Use for scenario-based discovery, gifts, or open-ended shopping advice in US/Japan.
Instructions
[Alexa Agent API] Ask Amazon Rufus and receive answers, grouped product recommendations and follow-up suggestions. Separate pools support the United States (default) and Japan. Use when: scenario-based discovery, gifts or open-ended shopping advice. Use search_amazon for explicit keywords and get_amazon_product for a single ASIN. Returns: data.json[{prompt,content,products[{title,items[{asin,url,title,cover,score,ratingsCount,price,originalPrice,describe}]}],follow_up_questions[]}]. Products and suggestions depend on Amazon's answer and may be empty. Cost: 6 points per prompt; N prompts=N×6. Turns within one call share context; separate calls do not. Non-screenshot requests use native HTTP; screenshots use the browser path. Latency varies with initialization, network and question, with no fixed-time guarantee. Allow at least 120 seconds in the client; do not issue concurrent duplicates while waiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | No | Amazon marketplace: us (United States, default) or jp (Japan). Pools are isolated; unavailable markets fail rather than falling back to the US. | us |
| prompts | Yes | 1–5 natural-language prompts. Prompts within one call form a sequential conversation; separate calls do not retain context. Each prompt costs 6 points (N prompts=N×6); multiple turns increase latency. | |
| screenshot | No | Return a page screenshot. False uses native HTTP; true explicitly selects the slower browser-rendered path. | |
| clientSource | No | 调用来源标记。仅由 Pangolinfo Skill 传 skill;普通 MCP 调用省略即可。 |