Update Monitored Website
update_websiteUpdate a monitored website's display name or scoring description to refine how AI evaluates new mentions. Omit fields to keep them unchanged; empty description clears it.
Instructions
Update a monitored website's display name and/or description. Only the fields you pass change: omitted fields keep their value, and an empty description clears it. The description is the context the AI scores every new mention against, so keep it an accurate summary of the product; mentions already scored are not rescored. Use analyze_website to draft a description from the live site before saving it here. URL and keywords cannot change through this tool: use add_keywords, edit_keyword, or disable_keyword for keywords. Returns the updated website with its keyword list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New display name | |
| websiteId | Yes | Monitored website ID (UUID) | |
| description | No | New scoring context; an empty string clears it, omit to keep the current one |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The updated website with its name, description, and keyword list. |