crawl_documentation
Crawl and download documentation from websites to create organized markdown files and cheat sheets for local access.
Instructions
Crawl and download documentation from a website
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Documentation homepage URL | |
| max_depth | No | Maximum crawl depth | |
| force_refresh | No | Force refresh existing docs | |
| rate_limit | No | Requests per second | |
| include_patterns | No | URL patterns to include | |
| exclude_patterns | No | URL patterns to exclude |