playbook_create
Save a reusable Amazon product research workflow as a playbook. Choose a built-in template or define custom steps, set a schedule, and automate recurring market analysis.
Instructions
Save a reusable per-model research workflow (a 'playbook') the user can re-run or schedule. Provide a template_key (one of: brand_watch, new_brand_radar, replenishment_watch, arbitrage_feed, defend_my_niche, find_my_next_niche, brand_defense_daily, expansion_radar, dropship_watch, spread_hunter, map_sweep, operator_network_expose, gating_risk_guardian) with its scope, OR custom steps. scope holds the inputs every step shares (e.g. {"brand":"Nike"} or an ASIN). Use when the user says 'save this as a weekly check', 'make a playbook for ...', 'automate this research'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The playbook's label. | |
| template_key | No | Built-in template to seed from. | |
| scope | No | Shared inputs for the steps, e.g. {"brand":"Nike"}. | |
| steps | No | Custom ordered [{tool,args}] (instead of a template). | |
| schedule | No | Run cadence (default = template's or manual). |