Skip to main content
Glama

MCP WebAnalyzer

by kimdonghwi94
MIT License

discover_subpages

Crawl and identify all subpages from a specified URL, with customizable depth and page limits. Ideal for mapping website structures or extracting URLs for analysis.

Instructions

Discover all subpages from a given URL up to a specified depth.

Args: url: The base URL to start crawling from max_depth: Maximum depth to crawl (default: 2) max_pages: Maximum number of pages to discover (default: 100)

Returns: List of discovered URLs

Input Schema

NameRequiredDescriptionDefault
max_depthNo
max_pagesNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "max_depth": { "default": 2, "title": "Max Depth", "type": "integer" }, "max_pages": { "default": 100, "title": "Max Pages", "type": "integer" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from MCP WebAnalyzer

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/kimdonghwi94/web-analyzer-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server