get_rss_feed
Fetch and parse any Medium RSS feed into JSON. Supports profiles, publications, topics, or custom feed URLs.
Instructions
Fetch and parse a Medium RSS feed into JSON. Supports profile (@username), publication (publication-name), topic feeds (tag/tag-name), or any full feed URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of entries to return (default: all) | |
| feed_url | Yes | RSS feed URL or shorthand. Examples: '@username', 'publication-name', 'tag/software-engineering', or full URL like 'https://medium.com/feed/@username' |