Skip to main content
Glama

Docs Fetch MCP Server

by wolfyy970

fetch_doc_content

Extract and explore web page content, including linked pages, to a specified depth for comprehensive documentation retrieval and topic analysis.

Instructions

Fetch web page content with the ability to explore linked pages up to a specified depth

Input Schema

NameRequiredDescriptionDefault
depthNoMaximum depth of directory/link exploration (default: 1)
urlYesURL of the web page to fetch

Input Schema (JSON Schema)

{ "properties": { "depth": { "description": "Maximum depth of directory/link exploration (default: 1)", "maximum": 5, "minimum": 1, "type": "number" }, "url": { "description": "URL of the web page to fetch", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Docs Fetch MCP Server

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/wolfyy970/docs-fetch-mcp'

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