Delete a breakpoint by its ID. Use listBreakpoints to see current breakpoint IDs. Related tools: setBreakpoint, listBreakpoints
AI agents call deleteBreakpoint to permanently remove resources in VICE C64 Emulator MCP Server — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.
Deleting a breakpoint is an irreversible removal of a debugging artifact. While the blast radius is low (breakpoints can be re-created with setBreakpoint), the action itself is a permanent deletion of the specified breakpoint, fitting the Destructive category. Severity is low because the worst case is losing a debugging marker in an emulator session, which is easily recoverable by re-adding it.
From the tool's definition Delete a breakpoint by its ID
Attacks that exploit this kind of access
Delete a breakpoint by its ID. Use listBreakpoints to see current breakpoint IDs. Related tools: setBreakpoint, listBreakpoints. It is categorised as a Destructive tool in the VICE C64 Emulator MCP Server MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.
Register the VICE C64 Emulator MCP Server MCP server in PolicyLayer and add a rule for deleteBreakpoint: 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 VICE C64 Emulator MCP Server. Nothing to install.
deleteBreakpoint is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.
Yes. Add a rate_limit block to the deleteBreakpoint 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 deleteBreakpoint. 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.
deleteBreakpoint is provided by the VICE C64 Emulator MCP Server MCP server (simen/vice-mcp). 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 →