brand_truth_update
Update an existing brand truth by ID to correct wording, reclassify type, adjust tags, or change pin status, writing fields directly without re-running extraction.
Instructions
Targeted edit of an existing, known brand truth (by ID). This does NOT re-run the LLM extraction pipeline — it writes the provided fields directly. Use it to correct wording (name/description/content), fix the type/personaScope, adjust tags, or pin/unpin. To capture NEW facts from prose, use brand_truth_create instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Brand truth entry ID to update. | |
| name | No | Updated short label/name. | |
| tags | No | Replacement tag list. Pass [] to clear all tags. | |
| type | No | Reclassify the truth type. | |
| pinned | No | Pin (true) or unpin (false) this truth. | |
| brandId | No | Brand ID (defaults to active brand) | |
| content | No | Updated full content body of the truth. | |
| description | No | Updated description/summary. | |
| personaScope | No | Updated persona scope. |