ghost_get_page
Retrieve a single page from Ghost CMS by ID or slug, with optional relations such as authors.
Instructions
Retrieves a single page from Ghost CMS by ID or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the page to retrieve. | |
| slug | No | The slug of the page to retrieve. | |
| include | No | Comma-separated list of relations to include (e.g., "authors"). |