view_side_page
Inspect a side page's sections and rendered HTML, and compare draft vs. live versions. Use full detail to read a section's shape before editing.
Instructions
View a side page including sections and rendered HTML. detail='full' (default) includes rendered HTML and full overrides (use this to read a section's typed shape before editing it with set_side_page_section); 'medium' gives summary + overrideSectionKeys (the section ids you can pass to set_side_page_section); 'short' gives id/slug/name/type/isPublished. Rendered HTML appears only at full. medium/full also include currentVersionId (the draft) and publishedVersionId (the live version) — a mismatch means there are unpublished draft edits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Parent landing page slug | |
| 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 |
| sideKey | Yes | Side page key (from list_side_pages) |