deleteBreakpoint

Delete a breakpoint by its ID. Use listBreakpoints to see current breakpoint IDs. Related tools: setBreakpoint, listBreakpoints

Server VICE C64 Emulator MCP Server simen/vice-mcp
Category Destructive
Risk class Critical
Parameters 00 required

What deleteBreakpoint does on VICE C64 Emulator MCP Server

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.

Why deleteBreakpoint needs a policy

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

Questions about deleteBreakpoint

What does the deleteBreakpoint tool do? +

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.

How do I enforce a policy on deleteBreakpoint? +

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.

What risk level is deleteBreakpoint? +

deleteBreakpoint is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit deleteBreakpoint? +

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.

How do I block deleteBreakpoint completely? +

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.

What MCP server provides deleteBreakpoint? +

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.

// LOOK UP ANOTHER 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 →

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.