simulator_delete

Delete a simulator device

Server Xclaude Plugin conorluddy/xclaude-plugin
Category Destructive
Risk class Critical
Parameters 00 required

What simulator_delete does on Xclaude Plugin

AI agents call simulator_delete to permanently remove resources in Xclaude Plugin — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Why simulator_delete needs a policy

Deleting a simulator device is an irreversible operation that removes the entire simulated iOS device and its associated state. This cannot be undone programmatically and would require recreating the simulator from scratch.

From the tool's definition Tool name 'simulator_delete' and description 'Delete a simulator device' indicates irreversible deletion of a simulator instance.

Questions about simulator_delete

What does the simulator_delete tool do? +

Delete a simulator device. It is categorised as a Destructive tool in the Xclaude Plugin 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 simulator_delete? +

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

What risk level is simulator_delete? +

simulator_delete 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 simulator_delete? +

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

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

simulator_delete is provided by the Xclaude Plugin MCP server (conorluddy/xclaude-plugin). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// THE FULL RECORD

simulator_delete is one line of Xclaude Plugin's registry record.

The record carries the whole server: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

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.