list-crawl-reports
Installation
SKILL.md
List saved crawl reports
This report is the index for local crawl history. It returns metadata only, ordered newest first, so an agent can choose a snapshot without loading pages and issues or fetching the site again. It says what is stored locally, not what is currently true online.
Run it
For MCP, call seo_list_reports with category crawl if discovery is needed. Call seo_describe_report with { "id": "list-crawl-reports" }, then seo_run_report with:
{
"id": "list-crawl-reports",
"params": {
"site": "sc-domain:example.com",
"limit": 10
}
}
Confirm MCP isError is false, then consume structuredContent. The equivalent CLI commands are: