List Strategies
list_strategiesList all PowerSource strategies (scans) for a brand. A brand has many strategies — one per scanned URL. Product-page strategies carry product_name and is_product_page=true; use these to label them in conversation or to pick the right one for a product-focused generation. Returns powersource_id (use as the brief/PowerSource id everywhere else), product_name, scanned_at, source_url, is_pinned. Free, read-only. Paginated via cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Page size. Default 20, max 100. | |
| cursor | No | Pagination cursor returned as next_cursor on the previous page. | |
| brand_id | Yes | Brand to list strategies for. Get from list_brands. | |
| include_archived | No | Include archived strategies. Default false. |