summarize_text
Condense text content (e.g., logs, API responses) into concise summaries, focusing on areas like security, dependencies, or error handling. Outputs in text, JSON, markdown, or outline formats.
Instructions
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") |