map_site
Enumerate all internal URLs reachable from a website root, with optional regex filtering and a result cap to keep output manageable.
Instructions
Enumerate all internal URLs reachable from root.
Args: root: Website root (e.g. "https://example.com/docs"). include_pattern: Optional regex; only URLs matching are returned. limit: Hard cap on returned URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | ||
| limit | No | ||
| include_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||