Skip to main content
Glama

Log Analyzer MCP

by djm81

run_unit_test

Execute targeted unit tests for specific agents in the Log Analyzer MCP server. Focus on main and healthcheck tests for a selected agent, reducing execution time and providing detailed results for analysis.

Instructions

Run tests for a specific agent only. This tool runs tests that match the agent's patterns including both main agent tests and healthcheck tests, significantly reducing test execution time compared to running all tests. Use this tool when you need to focus on testing a specific agent component. Args: agent: The agent to run tests for (e.g., 'qa_agent', 'backlog_agent') verbosity: Verbosity level (0=minimal, 1=normal, 2=detailed), default is 1 Returns: Dictionary containing test results and analysis

Input Schema

NameRequiredDescriptionDefault
agentYes
verbosityNo

Input Schema (JSON Schema)

{ "properties": { "agent": { "title": "Agent", "type": "string" }, "verbosity": { "default": 1, "title": "Verbosity", "type": "integer" } }, "required": [ "agent" ], "title": "run_unit_testArguments", "type": "object" }

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/djm81/log_analyzer_mcp'

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