Skip to main content
Glama

mcp-wsl-exec

confirm_command

Verify and authorize the execution of high-risk commands in WSL environments using a confirmation ID. Prevents accidental or harmful operations by requiring explicit user approval.

Instructions

Confirm execution of a dangerous command

Input Schema

NameRequiredDescriptionDefault
confirmYesWhether to proceed with the command execution
confirmation_idYesConfirmation ID received from execute_command

Input Schema (JSON Schema)

{ "properties": { "confirm": { "description": "Whether to proceed with the command execution", "type": "boolean" }, "confirmation_id": { "description": "Confirmation ID received from execute_command", "type": "string" } }, "required": [ "confirmation_id", "confirm" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-wsl-exec

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-wsl-exec'

If you have feedback or need assistance with the MCP directory API, please join our Discord server