List site pages
list_pagesDiscover all pages of a website from a starting URL, using sitemap or fallback crawl. Returns a list of page URLs.
Instructions
Discovers pages for a website starting from a URL, preferring sitemap.xml and falling back to a same-origin crawl. Returns a list of page URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Starting URL of the site | |
| maxPages | No | Maximum number of pages to discover |