seo_list_clusters
List SEO keyword clusters to review and approve before generating content briefs. Filter by status, product fit, origin, or search to find the right cluster.
Instructions
Step 5. List clusters so the agent can pick one (or several) to approve before brief and roadmap generation. Returns short detail by default: {id, name, status} per cluster. Use detail="medium" for the full compact summary (pillarKeyword, briefGenerationStatus, briefCount, keywordCount, topKeywords, firstBriefId, description, productFit, relevanceScore) or detail="full" for raw cluster objects. Full keyword detail (keywordsMeta, contentMix, briefAssignments) is intentionally omitted at short/medium to keep context small — use cluster IDs with approve/reject tools directly. Supports server-side filtering: status (CSV of pending_review/approved/rejected), productFit (core/adjacent/out_of_scope), archetype (competitor), origin (CSV of pipeline/manual), q (text search over name/description/pillarKeyword).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Text search over cluster name, description, and pillarKeyword | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| origin | No | CSV of origins to filter by (pipeline, manual) | |
| status | No | CSV of cluster statuses to filter by (pending_review, approved, rejected) | |
| brandId | No | Brand ID (defaults to active brand) | |
| archetype | No | Filter by cluster archetype | |
| productFit | No | Filter by product-fit classification |