Skip to main content
Glama

JSON Logs MCP Server

by mfreeman451

aggregate_logs

Analyze and group log data by specific fields like level, module, function, or hour to identify patterns and insights efficiently.

Instructions

Aggregate log data by specified criteria

Input Schema

NameRequiredDescriptionDefault
filesNoLog files to analyze (default: all files)
group_byNoField to group bylevel

Input Schema (JSON Schema)

{ "properties": { "files": { "description": "Log files to analyze (default: all files)", "items": { "type": "string" }, "type": "array" }, "group_by": { "default": "level", "description": "Field to group by", "enum": [ "level", "module", "function", "hour" ], "type": "string" } }, "type": "object" }
Install Server

Other Tools from JSON Logs MCP Server

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/mfreeman451/json-logs-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server