knowledge_list
List brand knowledge-base items with selectable detail levels. Filter by tag, active status, or global scope to quickly locate relevant content.
Instructions
List the brand's knowledge-base items. short {id,name,contentType}; medium adds tags+summary+timestamps; full = raw. Filter by tag, active status, or global scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag (exact match). | |
| 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 |
| global | No | When true, only return account-wide (isGlobal) items. | |
| brandId | No | Brand ID (defaults to active brand) | |
| activeOnly | No | When true, only return active (non-soft-deleted) items. Defaults to true on the backend. |