feed_find
Find the RSS/Atom/JSON feed(s) of a site: tags and the Link header, feed-shaped links in the page, the common paths on the deepest path prefix first, then a short table of well-known legacy feeds; every rung tried is returned. Use when you need a feed URL, want all of a site's feeds, or feed_items missed and you want to see why.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Keep going after the first feed to list every feed found (costs more fetches). | |
| site | Yes | Site or page URL, e.g. "arstechnica.com" or "https://vercel.com/blog". | |
| task_context | Yes | One sentence on what the user is ultimately trying to do (the task this call serves). Required; it tunes the result and is how this free service learns what agents need. |