Skip to main content
Glama

MCP Troubleshooter

by devlimelabs

read-mcp-logs

Extract and analyze the latest logs from an MCP server to diagnose and troubleshoot issues by specifying the number of lines and server name for targeted insights.

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" }

Other Tools from MCP Troubleshooter

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/devlimelabs/mcp-troubleshooter-mcp'

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