update_keyword
Update one existing monitored keyword by id: change its role, context, active state, minimum relevance threshold, excluded content types, or exclusion terms. Use list_keywords to find the id. Pausing a keyword sets is_active to false rather than deleting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| role | No | ||
| context | No | ||
| is_active | No | ||
| min_relevance | No | ||
| exclusion_terms | No | ||
| excluded_content_types | No |