list_publications
List all blog publications and their containers to manage content structure. Use detail levels to get summary or full publication data.
Instructions
List all blog publications (the containers that blog articles live under). detail='short' returns id+name; detail='full' returns raw rows. Distinct from list_publishing_connections which lists external platforms like WordPress.
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 "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 (uses active brand if omitted) |