New Your team’s decisions, in one playbook every coding agent works from. Never answer your agent twice

run_test_suite

Trigger all test cases in a suite to run asynchronously. Accepts suiteUuid directly, or suiteName + project identifier. Optional: targetUrl to override the default test target. Returns {suiteUuid, runStatus, testsTriggered, note}. Use get_test_suite_results to poll for results.

SERVERDebugg AI MCP SOURCEdebugg-ai/debugg-ai-mcp
High RISK CLASS
Category Execute
Parameters 00 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/debugg-ai-debugg-ai-mcp/run-test-suite.md

What run_test_suite does on Debugg AI MCP

AI agents invoke run_test_suite to trigger actions in Debugg AI MCP. What it does depends on the arguments the agent supplies, and its effects often reach beyond the immediate call: builds kicked off, notifications sent, workflows started.

Why run_test_suite is rated High

This tool executes test cases whose effects depend on configuration arguments (suiteUuid, project identifier, targetUrl). While test execution is typically benign, the ability to redirect tests to arbitrary targetUrls and trigger multiple test cases asynchronously creates a risk of unintended side effects or resource consumption if misused by an AI agent.

From the tool's definition Tool description states it will 'Trigger all test cases in a suite to run asynchronously' and 'Returns {suiteUuid, runStatus, testsTriggered, note}'. The term 'Trigger' combined with 'run asynchronously' indicates execution of external operations (test cases).

Questions about run_test_suite

What does the run_test_suite tool do? +

Trigger all test cases in a suite to run asynchronously. Accepts suiteUuid directly, or suiteName + project identifier. Optional: targetUrl to override the default test target. Returns {suiteUuid, runStatus, testsTriggered, note}. Use get_test_suite_results to poll for results. It is categorised as a Execute tool in the Debugg AI MCP MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

How do I enforce a policy on run_test_suite? +

Register the Debugg AI MCP server in PolicyLayer and add a rule for run_test_suite: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches Debugg AI MCP. Nothing to install.

What risk level is run_test_suite? +

run_test_suite is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.

Can I rate-limit run_test_suite? +

Yes. Add a rate_limit block to the run_test_suite rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block run_test_suite completely? +

Set action: deny in the PolicyLayer policy for run_test_suite. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides run_test_suite? +

run_test_suite is provided by the Debugg AI MCP server (debugg-ai/debugg-ai-mcp). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on Debugg AI, and thousands of servers like it.

// THE MCP REGISTRY

PolicyLayer tracks 44,603 MCP servers and 515,000+ tools.

Every server has a live record: who publishes it, whether it answers without auth, its risk grade, every tool classified, the recommended policy. This page is one line of Debugg AI's. Pull the full record:

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.