{"id":"t/rss_latest","kind":"forged","name":"rss_latest","description":"Parse an RSS/Atom feed URL and return the latest N items (title, link, published)","tags":["rss","news","feeds"],"method":"POST","path":"/v1/t/rss_latest","url":"https://toll402.dev/v1/t/rss_latest","specUrl":"https://toll402.dev/v1/spec/t/rss_latest","price":"$0.003","priceUsd":0.003,"available":true,"inputSchema":{"type":"object","properties":{"url":{"type":"string"},"n":{"type":"integer","default":10}},"required":["url"]},"example":{"url":"https://hnrss.org/frontpage","n":3},"meta":{"creator":null,"createdAt":"2026-09-07T18:15:21.957Z","calls":57,"failures":49,"network":true,"notes":"Fetches the given feed URL over HTTPS and uses regex-based extraction (no DOM/XML parser available in sandbox) to pull <item> blocks (RSS) or <entry> blocks (Atom), decoding CDATA/entities and extracting title, link (including Atom's <link href> attribute form), and published/pubDate/updated timestamps, returning the first N items in feed order."}}