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

testpass_run

Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and returns the run id plus an initial verdict summary. Response includes was_duplicate: boolean indicating whether the row was already present (idempotent retry).

SERVERUnClick SOURCE@unclick/mcp-server
High RISK CLASS
Category Execute
Parameters 41 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/io-github-malamutemayhem-unclick-mcp-server/testpass-run.md

What testpass_run does on UnClick

AI agents invoke testpass_run to trigger actions in UnClick. 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.

ParameterTypeRequiredDescription
pack_id string Pack slug (default: testpass-core)
profile string Run profile (default: smoke)
task_id string Client-generated idempotency key. The API requires UUID format; non-UUID values are deterministically converted to a stable UUIDv5-shaped id, so any string is s
target_url string Yes HTTP URL of the MCP server to test

Parameters from the server's own tool schema.

Why testpass_run is rated High

This tool executes a testing framework against another MCP server. While testing itself is not inherently destructive, the ability to run arbitrary test packs against external systems represents an Execute capability—it triggers operations with side effects determined by the test parameters. The 'idempotent retry' note suggests state changes (run creation).

From the tool's definition The tool "Start a TestPass run" triggers an external operation (testing against an MCP server) whose effects depend on the arguments provided (the target server and test pack).

Questions about testpass_run

What does the testpass_run tool do? +

Start a TestPass run against an MCP server. Seeds deterministic and agent checks from the given pack and returns the run id plus an initial verdict summary. Response includes was_duplicate: boolean indicating whether the row was already present (idempotent retry). It is categorised as a Execute tool in the UnClick MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does testpass_run accept? +

testpass_run accepts 4 parameters: pack_id, profile, task_id, target_url. Required: target_url. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on testpass_run? +

Register the UnClick MCP server in PolicyLayer and add a rule for testpass_run: 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 UnClick. Nothing to install.

What risk level is testpass_run? +

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

Can I rate-limit testpass_run? +

Yes. Add a rate_limit block to the testpass_run 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 testpass_run completely? +

Set action: deny in the PolicyLayer policy for testpass_run. 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 testpass_run? +

testpass_run is provided by the UnClick MCP server (@unclick/mcp-server). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

More on UnClick, 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 UnClick'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.