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

dry_run_endpoint

Validate an endpoint document without writing it. Returns either {ok: true, resolved: <Framework config slice>} or {ok: false, errors: {...}}. Pass endpointId to dry-run a PATCH against an existing endpoint; omit it to dry-run a create. Supply sample and/or answerSample to also run each target's ...

SERVEREchoRelay SOURCEhttps://mcp.echorelay.dev
High RISK CLASS
Category Execute
Parameters 52 required
Recommended Rate-limitedsee the rule below
Registry record Grade F, identity unverified Pull the record →

This record as markdown: /tools/dev-echorelay-management/dry-run-endpoint.md

What dry_run_endpoint does on EchoRelay

AI agents invoke dry_run_endpoint to trigger actions in EchoRelay. 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
sample object | array | string | number | boolean | null Optional: a request payload, shaped as one a caller would actually send, passed as JSON rather than as a string containing JSON. Every target carrying an outgoi
lineKey string Yes The line key.
endpoint object Yes Endpoint document (for create dry-run) or PATCH body (when endpointId is supplied).
endpointId string Optional: dry-run a PATCH against this endpoint UUID.
answerSample object | array | string | number | boolean | null Optional: an answer payload, shaped as one a target would actually return. Drives answerMapping the same way, as answerMappingEvaluation. It cannot be inferred

Parameters from the server's own tool schema.

Why dry_run_endpoint is rated High

dry_run_endpoint triggers real processes with real consequences. An agent gone sideways doesn't fire it once. It starts dozens of builds, sends mass notifications, or burns through compute before anyone looks up.

Risk signalsAccepts URL/endpoint input (endpoint) · Handles credentials or secrets (endpoint.targets[].auth) · Accepts raw HTML/template content (endpoint.targets[].mapping[].template) · High parameter count (56 properties) · Bulk/mass operation — affects multiple targets

Questions about dry_run_endpoint

What does the dry_run_endpoint tool do? +

Validate an endpoint document without writing it. Returns either {ok: true, resolved: <Framework config slice>} or {ok: false, errors: {...}}. Pass endpointId to dry-run a PATCH against an existing endpoint; omit it to dry-run a create. Supply sample and/or answerSample to also run each target's mapping against a real payload and see what it produces, which field came from which node, and every rule that failed with the value that broke it. No DB write, no queue entry, no billing, and the payload is never sent anywhere. It is categorised as a Execute tool in the EchoRelay MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.

What parameters does dry_run_endpoint accept? +

dry_run_endpoint accepts 5 parameters: sample, lineKey, endpoint, endpointId, answerSample. Required: lineKey, endpoint. The full parameter table on this page comes from the server's own tool schema.

How do I enforce a policy on dry_run_endpoint? +

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

What risk level is dry_run_endpoint? +

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

Can I rate-limit dry_run_endpoint? +

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

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

dry_run_endpoint is provided by the EchoRelay MCP server (https://mcp.echorelay.dev). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

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