Skip to main content
Glama

mcp-summarizer

summarize

Generate concise summaries of plain text, web pages, PDF documents, EPUB books, or HTML content. Specify text, desired length, and language for tailored results.

Input Schema

NameRequiredDescriptionDefault
languageNoen
maxLengthNo
textYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "language": { "default": "en", "type": "string" }, "maxLength": { "default": 200, "type": "number" }, "text": { "minLength": 1, "type": "string" } }, "required": [ "text" ], "type": "object" }

Other Tools from mcp-summarizer

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/0xshellming/mcp-summarizer'

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