Execute an INSERT, UPDATE, or DELETE inside a transaction and roll it back.
AI agents invoke dry_run_execute to trigger actions in MCP Server MySQL. 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.
This is classified as Execute rather than Write because it runs database commands whose effects (even if temporary) depend on the SQL arguments provided. The transaction rollback makes it non-destructive in outcome, but the execution itself—parsing and running INSERT/UPDATE/DELETE statements—is an active operation that could affect application state, trigger triggers, or consume resources.
From the tool's definition Tool description states it executes INSERT, UPDATE, or DELETE operations inside a transaction. These are DML (Data Manipulation Language) commands that modify data.
Attacks that exploit this kind of access
Execute an INSERT, UPDATE, or DELETE inside a transaction and roll it back. It is categorised as a Execute tool in the MCP Server MySQL MCP Server, which means it can trigger actions or run processes. Use rate limits and argument validation.
Register the MCP Server MySQL MCP server in PolicyLayer and add a rule for dry_run_execute: 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 MCP Server MySQL. Nothing to install.
dry_run_execute is a Execute tool with high risk. Execute tools should be rate-limited and have argument validation enabled.
Yes. Add a rate_limit block to the dry_run_execute 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.
Set action: deny in the PolicyLayer policy for dry_run_execute. 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.
dry_run_execute is provided by the MCP Server MySQL MCP server (nilsir/mcp-server-mysql). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.
Every MCP server has a record like this.
Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.
Teams ship this data inside their own products. See what a licence covers →