get_keyword_clusters
Retrieve keyword clusters with volume data, GSC performance, and audit status. Filter by target URL, cluster name, or ID to find clusters for specific pages or projects.
Instructions
Retrieve keyword clusters with keywords, volume data, GSC performance, and audit status. Supports filtering by target_url (exact match), name (partial match), or cluster_id.
Use target_url to find the cluster for a specific page (e.g., target_url: "/" for the homepage cluster). Without filters, returns all clusters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Site domain. Uses SEO_CLIENT_DOMAIN if not provided. | |
| project_id | No | Project UUID. | |
| target_url | No | Filter by target URL path (e.g., "/" for homepage) | |
| name | No | Filter by cluster name (partial match) | |
| cluster_id | No | Filter by specific cluster ID |