kb_update
Update existing knowledge base entries, modifying content, metadata, tags, topic, or verification status using the entry's UUID.
Instructions
Update existing KB entry content and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | UUID of entry to update | |
| content | No | New content text | |
| metadata | No | Updated metadata object | |
| tags | No | Updated tags array | |
| topic | No | Updated topic/category for the entry | |
| verified | No | Mark entry as human-verified (true), disputed (false), or reset to unreviewed (null). |