get_hashnode_publication_articles
Fetch articles from a Hashnode publication by hostname, with configurable count and caching to optimize results.
Instructions
Get articles from a specific Hashnode publication. Follow popular tech publications on Hashnode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publication_host | Yes | Publication hostname (e.g., 'engineering.hashnode.com', 'blog.hashnode.com') | |
| limit | No | Number of articles to fetch | |
| use_cache | No | Whether to use cached data |