export_markdown
Crawl a website and export each page as a markdown file. Returns the export directory path and crawl summary for content migration, offline analysis, or integration with other tools.
Instructions
Crawl a website and export each page as a markdown file. Returns the export directory path and a crawl summary. Use for content migration, offline analysis, or feeding pages into other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Target URL to crawl | |
| max_depth | No | Maximum crawl depth (SiteOne default is unlimited; 5 is safer for MCP use) | |
| output_dir | No | Export directory name | siteone-markdown-export |