Get a single Hashnode post by slug
hashnode_get_postFetch complete details of a published Hashnode post by providing its host and slug, including content, views, tags, cover image, and author.
Instructions
Fetch full details of a published post by its slug.
Args:
host (string, required): Publication host
slug (string, required): Post slug from the URL, e.g. "my-first-post"
response_format: 'markdown' or 'json'
Returns: full post data including content brief, views, tags, cover image, author
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Publication host | |
| slug | Yes | Post slug from URL | |
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |