ghost_get_post
Retrieve a single Ghost CMS post by its ID or slug, with optional inclusion of related tags and authors.
Instructions
Retrieves a single post from Ghost CMS by ID or slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the post to retrieve. | |
| slug | No | The slug of the post to retrieve. | |
| include | No | Comma-separated list of relations to include (e.g., "tags,authors"). |