parse_rss_feed
InactiveTool of com.gadgethumans.swarm/x402-middleware
Parse RSS or Atom XML feeds into clean JSON with entries. Use this to monitor news feeds, blog updates, or any RSS/Atom source. Returns feed metadata (title, URL) and up to 20 latest entries with title, link, description, and publication date. Parameters: url — The full URL of the RSS or Atom feed to parse (e.g. "https://example.com/feed.xml").
Parameters schema
{
"type": "object",
"title": "parse_rss_feedArguments",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"title": "Url"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
com.gadgethumans.swarm/x402-middleware
https://github.com/scotia1973-bot/gadgethumans-x402
2/7 registries