Skip to main content
Glama

mcp-summarizer

summarize

Generate concise summaries of text, web pages, PDFs, EPUBs, or HTML content with customizable length and language, streamlining content processing and comprehension.

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" }

You must be authenticated.

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