write_insight
Persist analysis insights to a database for retrieval by other tools or UIs. Use after producing substantive analyses you want to keep.
Instructions
Persist an analysis insight back to the database so other tools or UIs can read it. Use after producing a substantive analysis you want to keep. The markdown content is stored as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | ||
| model | No | Model identifier (e.g. claude-opus-4-7). | |
| content | Yes | Markdown analysis body. | |
| brand_id | Yes | ||
| data_snapshot | No | Optional JSON of inputs that produced this insight. | |
| date_range_end | No | YYYY-MM-DD | |
| date_range_start | No | YYYY-MM-DD |