Run shell command
ssh_execRun a one-off shell command in a running Lizard service container and view its output. Requires explicit confirmation before executing.
Instructions
Use this when the user wants to run a one-off shell command inside a running Lizard service's container and see its output. Waits for the command to finish. This executes arbitrary code in the user's own infrastructure on their behalf — requires explicit confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cmd | Yes | Shell command to execute (passed to /bin/sh in the service container) | |
| confirm | Yes | Must be true to proceed; there is no interactive confirmation in MCP | |
| project | Yes | ||
| service | Yes |