List links from a page (sitemap/RSS-first)
linksDiscovers links from a starting URL by first checking sitemap.xml, RSS, or Atom feeds to minimize impact, then extracting in-page links as fallback. Supports filtering by substring or glob.
Instructions
Low-impact link discovery: prefers sitemap.xml / RSS / Atom feeds when available, otherwise extracts in-page links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL | |
| filter | No | Substring match against URL/link text, or a glob using * |