seo_edit_keyword
Edit a single SEO keyword to override auto-detected intent, add user tags, adjust priority, or exclude it from clustering.
Instructions
Edit a single SeoScoredKeyword. Housekeeping op — not part of the main flow. At least one of intent, userTags, priority, or excludedFromClustering must be supplied. Use to override the auto-detected intent label, attach user tags, manually nudge priority (0..1), or exclude a noisy keyword from clustering. Example: {"keywordId":"kw_123","intent":"commercial","userTags":["enterprise"]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | No | Override the auto-detected search-intent label | |
| brandId | No | Brand ID (defaults to active brand) | |
| priority | No | Manual priority override in [0,1] | |
| userTags | No | Replacement array of user tags (overwrites existing tags) | |
| keywordId | Yes | Keyword ID from seo_list_keywords | |
| excludedFromClustering | No | When true, the keyword is held out of the next clustering pass |