Get Hashnode publication by host
hashnode_get_publicationFetch metadata for a Hashnode publication by its host/domain. Retrieve id, title, URL, about, and author information.
Instructions
Fetch metadata for a Hashnode publication by its host/domain.
Args:
host (string): Publication host, e.g. "yourblog.hashnode.dev" or a custom domain
response_format: 'markdown' or 'json'
Returns: id, title, url, about, author info
Examples:
host: "thinkport.hashnode.dev"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Publication host, e.g. 'yourblog.hashnode.dev' or a custom domain | |
| response_format | No | Output format: 'markdown' (default) or 'json' | markdown |