MCP Troubleshooter

by devlimelabs

read-mcp-logs

Extract and analyze the most recent log lines from MCP servers to troubleshoot and diagnose issues effectively. Specify the server name and number of lines for targeted log analysis.

Input Schema

NameRequiredDescriptionDefault
linesNoNumber of lines to read from the end
serverNameNoSpecific server name to filter logs for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "lines": { "default": 100, "description": "Number of lines to read from the end", "type": "number" }, "serverName": { "description": "Specific server name to filter logs for", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from MCP Troubleshooter

Related Tools

ID: xc5szgdfck