MCP-summarization-functions
by Braffolk
summarize_command
Execute a command and summarize its output if it exceeds the threshold
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command to execute | |
cwd | Yes | Working directory for command execution | |
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 |
Input Schema (JSON Schema)
You must be authenticated.