seo_create_cluster
Create a named SEO cluster manually, bypassing auto-clustering. The cluster starts empty and is ready for custom briefs, with unique names enforced per brand.
Instructions
Create a real, named SEO cluster by hand — bypasses the auto-clustering pipeline entirely (no LLM call). The cluster starts empty; use seo_create_custom_brief with the returned id as clusterId to add its first brief. Manual clusters are tagged origin: "manual" so the dashboard can distinguish them from pipeline-generated clusters, and are created already approved (no separate approval step needed). Cluster names must be unique per brand — if the name is already taken, this returns a clear cluster_name_taken error instead of creating a duplicate; pick a different name or reuse the existing cluster via seo_list_clusters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Cluster name (must be unique for this brand) | |
| brandId | No | Brand ID (defaults to active brand) | |
| description | No | Optional description | |
| pillarKeyword | No | Optional pillar keyword for the cluster |