Skip to main content
Glama

JSON Logs MCP Server

by mfreeman451

query_logs

Search and filter log entries in JSON Logs MCP Server by level, module, function, message, or timestamp, with customizable file and result limits.

Instructions

Search and filter log entries across log files

Input Schema

NameRequiredDescriptionDefault
end_timeNoEnd time filter (ISO format)
filesNoLog files to search (default: all files)
functionNoFilter by function name
levelNoFilter by log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
limitNoMaximum number of results
message_containsNoFilter by message content (case-insensitive)
moduleNoFilter by module name
start_timeNoStart time filter (ISO format)

Input Schema (JSON Schema)

{ "properties": { "end_time": { "description": "End time filter (ISO format)", "type": "string" }, "files": { "description": "Log files to search (default: all files)", "items": { "type": "string" }, "type": "array" }, "function": { "description": "Filter by function name", "type": "string" }, "level": { "description": "Filter by log level (DEBUG, INFO, WARNING, ERROR, CRITICAL)", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of results", "type": "integer" }, "message_contains": { "description": "Filter by message content (case-insensitive)", "type": "string" }, "module": { "description": "Filter by module name", "type": "string" }, "start_time": { "description": "Start time filter (ISO format)", "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