get_medium_publication_articles
Fetch articles from a Medium publication by providing the publication slug. Specify the number of articles and caching preference.
Instructions
Get articles from a Medium publication. Follow popular tech publications like Towards Data Science, HackerNoon, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| publication | Yes | Publication slug (e.g., 'hackernoon', 'towardsdatascience', 'better-programming') | |
| limit | No | Number of articles to fetch | |
| use_cache | No | Whether to use cached data |