MCP-summarization-functions
by Braffolk
summarize_text
Summarize any text content (e.g., MCP tool output)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
content | Yes | Text content to summarize | |
hint | No | Focus area for summarization (e.g., "security_analysis", "api_surface", "error_handling", "dependencies", "type_definitions") | |
output_format | No | Desired output format (e.g., "text", "json", "markdown", "outline") | text |
type | Yes | Type of content (e.g., "log output", "API response") |
Input Schema (JSON Schema)
You must be authenticated.