view_asset
View asset details by ID. Choose short, medium, or full details: basic info, key fields, or raw data.
Instructions
View details of a single asset by ID. Supports detail param: short=id+type+name, medium=key fields, full=raw.
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 |
| assetId | Yes | Asset ID from list_assets | |
| brandId | No | Brand ID (defaults to active brand) |