knowledge_get
Retrieve a knowledge-base item by ID with adjustable detail levels. Use full to access the complete content body.
Instructions
Fetch a single knowledge-base item by ID. short {id,name,contentType}; medium adds tags+summary+timestamps; full = raw (includes full content). Use detail='full' to retrieve the complete content body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 "full". Lists default to "short" — to zoom into one item, call its get/view tool with detail="medium" or "full". | full |
| itemId | Yes | KnowledgeBase item ID to retrieve. | |
| brandId | No | Brand ID (defaults to active brand) |