get_page
Retrieve a page's full details—blocks, layout, page type, custom fields, and per-language SEO metadata—by id or slug to answer questions about content, structure, or SEO.
Instructions
Get one page's full details (blocks, layout, page type, custom fields, and the SEO title/description/display name per language) by id or slug. Use when the user asks about a specific page's content, structure or SEO.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | 'draft' (default) returns the shared page draft. 'devDraft' additionally returns YOUR per-user dev draft overlay in `devDraft` (null when you have none). | |
| idOrSlug | No | The page's id or slug (from list_pages or search_content) |