get_rss_feed
Extract and format RSS feed content into Markdown, displaying the title and up to 10 entries with links, dates, and plain text summaries. Use to monitor crypto updates efficiently.
Instructions
Retrieve the content of the specified RSS feed.
Parameters:
feed_url (str): The URL of the RSS feed to fetch (e.g., 'https://cointelegraph.com/rss').
ctx (Context, optional): MCP context for logging or progress reporting.
Returns:
str: A formatted Markdown string containing the feed title and up to 10 latest entries with titles, links, publication dates, and summaries converted from HTML to plain text.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
feed_url | Yes |