Web Content MCP Server

by amotivv
Verified

summarize_content

Summarizes web content for more concise LLM context

Input Schema

NameRequiredDescriptionDefault
maxLengthNoMaximum length of the summary
urlYesURL to summarize

Input Schema (JSON Schema)

{ "properties": { "maxLength": { "description": "Maximum length of the summary", "type": "number" }, "url": { "description": "URL to summarize", "type": "string" } }, "required": [ "url" ], "type": "object" }