ghost_get_page
Retrieve full content and details of a static Ghost page by ID or slug, with selectable formats like HTML, plaintext, and lexical.
Instructions
Get full details and content of a static Ghost page by ID or Slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Content format to retrieve | html |
| idOrSlug | Yes | Page ID or Slug (e.g. 'about' or 24-hex ID) |