ghost_get_page
Fetch a single Ghost CMS page using its ID or slug, with optional inclusion of related data like 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"). |