Skip to main content
Glama

MCP WebAnalyzer

by kimdonghwi94
MIT License

extract_content_for_rag

Extracts and summarizes web page content for RAG applications, focusing on key details and metadata. Input a URL and optional question to retrieve title, summary, and main content.

Instructions

Extract and summarize web page content optimized for RAG applications.

Args: url: The URL of the page to analyze question: Optional question to focus the extraction on

Returns: Dictionary containing title, summary, main_content, and metadata

Input Schema

NameRequiredDescriptionDefault
questionNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "question": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Question" }, "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