Whissle MCP Server

summarize_text

Generate concise summaries of text using advanced LLM models. Specify input content, optional instructions, and model preferences to tailor the output. Ideal for extracting key information from lengthy documents efficiently.

Instructions

Summarize text using an LLM model.

⚠️ COST WARNING: This tool makes an API call to Whissle which may incur costs. Only use when explicitly requested by the user. Args: content (str): The text to summarize model_name (str, optional): The LLM model to use. Defaults to "openai" instruction (str, optional): Specific instructions for summarization Returns: TextContent with the summary.

Input Schema

NameRequiredDescriptionDefault
contentYes
instructionNo
model_nameNoopenai

Input Schema (JSON Schema)

{ "properties": { "content": { "title": "Content", "type": "string" }, "instruction": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Instruction" }, "model_name": { "default": "openai", "title": "Model Name", "type": "string" } }, "required": [ "content" ], "title": "summarize_textArguments", "type": "object" }

You must be authenticated.

Other Tools from Whissle MCP Server

Related Tools

ID: 8tvihjd5bo