fetchRss
Retrieve all blog posts from RSS feeds to monitor content updates and access complete article archives for research or content aggregation.
Instructions
Fetch ALL blog posts from any RSS feed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | RSS feed URL |
Input Schema (JSON Schema)
{
"properties": {
"url": {
"description": "RSS feed URL",
"type": "string"
}
},
"required": [
"url"
],
"type": "object"
}