ghost_get_post
Retrieve full details and content of a single Ghost post using its ID or slug, with selectable output formats for HTML, plaintext, or more.
Instructions
Get full details and content of a single Ghost post by its ID or Slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Desired content format | html |
| idOrSlug | Yes | Ghost Post ID (24 hex characters) or slug (e.g. 'my-first-post') |