Skip to main content
Glama

MCP WebAnalyzer

web_content_qna

Extract and analyze web page content to answer specific questions using RAG (Retrieval Augmented Generation). Provide AI-generated responses based on relevant page sections for accurate insights.

Instructions

Answer questions about web page content using RAG.

This tool combines web scraping with RAG (Retrieval Augmented Generation) to answer specific questions about web page content. It extracts relevant content sections and uses AI to provide accurate answers.

Args: url: The web page URL to analyze question: The question to answer based on the page content

Returns: str: AI-generated answer based on the web page content

Input Schema

NameRequiredDescriptionDefault
questionYes
urlYes

Input Schema (JSON Schema)

{ "properties": { "question": { "title": "Question", "type": "string" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url", "question" ], "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