Skip to main content
Glama
luischang07

Debugging MCP Server

by luischang07

Run Tests

run_tests

Execute the workspace's test suite to identify coding errors. Auto-detects the test runner and requires confirmation for safety.

Instructions

Executes the workspace's test suite. Auto-detects the appropriate test runner. The confirm flag MUST be set to true to actually execute — this is a safety measure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be true to execute tests. Safety gate to prevent accidental runs.
commandNoOverride the auto-detected test command.
timeout_msNoMaximum execution time in milliseconds.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully describes key behavioral traits: the auto-detection capability, the safety gate mechanism requiring confirmation, and the fact that it executes tests. It doesn't mention rate limits, authentication needs, or what happens on failure, but provides substantial operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is perfectly concise with just two sentences that each earn their place. The first sentence establishes the core purpose, and the second adds crucial safety information. No wasted words, and the most important information (the safety requirement) is appropriately emphasized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a tool with 3 parameters, no annotations, and no output schema, the description provides adequate but incomplete context. It covers the main purpose and safety mechanism well, but doesn't explain what the tool returns, how errors are handled, or provide guidance on when to use command overrides versus auto-detection. Given the complexity, more completeness would be beneficial.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema description coverage, the baseline is 3. The description adds some value by emphasizing the critical safety requirement for the 'confirm' parameter ('MUST be set to true to actually execute'), but doesn't provide additional meaning beyond what's already documented in the schema descriptions for the other parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the specific action ('Executes') and resource ('workspace's test suite'), and distinguishes from siblings by specifying it's about running tests rather than debugging, connecting, or searching. It goes beyond just restating the name/title by adding context about auto-detection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear context about when to use this tool (to run tests in the workspace) and includes an important safety requirement (confirm flag must be true). However, it doesn't explicitly state when NOT to use it or mention alternatives among the sibling tools, which prevents a perfect score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/luischang07/debugging-mcp'

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