get_crawl_summary
Run a shallow crawl to return high-level site statistics like status code distribution, response times, and error counts, enabling fast health checks before a full crawl.
Instructions
Run a quick, shallow crawl and return only high-level statistics: status code distribution, response times, and error counts. Best for fast site health checks before running a full crawl.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to crawl | |
| max_depth | No | Shallow crawl depth | |
| rows_limit | No | Max URLs to process (SiteOne default is 200) |