Create a Niche Dive
create_niche_diveInitialize niche research from a seed ASIN, analyzing competitors. Confirm token cost to get a diveId, then poll status for the completed niche.
Instructions
Use this to start new niche research from a seed ASIN. ⚠️ Spends dive tokens (cost scales with numberOfCompetitors) and cannot be undone — set confirm: true only after the user approves the cost. The dive runs asynchronously: this returns immediately with a diveId and an estimatedCompletionDate. Poll get_dive_status with that diveId until it reports success (which carries the new nicheId for use with list_niches, get_niche_keywords, etc.). Requires marketplace, asin, and numberOfCompetitors (min 2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asin | Yes | The seed ASIN to start the dive from (e.g. B08N5WRWNW). Competitors are built around it. | |
| confirm | No | Must be true to proceed — creating a dive spends dive tokens. Confirm the cost with the user first. | |
| marketplace | Yes | Amazon marketplace of the seed ASIN. Note these are full domain suffixes: com, ca, co.uk, com.mx, in, fr, de, es, it, co.jp (e.g. UK is `co.uk`, not `uk`). | |
| numberOfCompetitors | Yes | How many competitors to analyze (minimum 2). More competitors = deeper niche but more dive tokens. |