brand_truth_list
Retrieve and filter a brand's stored truths—atomic facts that ground content generation. Adjust output detail and filter by type, persona, tags, or free-text query.
Instructions
List the brand's stored brand truths (atomic facts/observations used to ground generation). short {id,name,type,pinned}; medium adds personaScope+tags+summary+timestamps; full = raw. Filter by type, personaScope, tags (array or comma-separated), or a free-text query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags. Accepts an array (['pricing','tone']) or a comma-separated string ('pricing,tone'). | |
| type | No | Filter by truth type. | |
| limit | No | Max number of entries to return. | |
| query | No | Free-text search across truth name/content. | |
| detail | No | Verbosity of returned item(s): "short" = id + primary label + status (cheap list scan); "medium" = key summary fields + counts (a useful glance); "full" = the complete object. Default "short". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | short |
| brandId | No | Brand ID (defaults to active brand) | |
| personaScope | No | Filter by persona scope. |