fetch_page
Retrieve and process web page content for LLM context, including optional screenshots, with configurable length limits. Part of the Web Content MCP Server.
Instructions
Fetches and processes a web page for LLM context
Input Schema
Name | Required | Description | Default |
---|---|---|---|
includeScreenshot | No | Whether to include a screenshot (base64 encoded) | |
maxContentLength | No | Maximum content length to return | |
url | Yes | URL to fetch |