Execute Remote Command
proc_execRun non-interactive commands remotely via SSH, with built-in policy and safety checks to ensure secure and authorized execution.
Instructions
Executes a non-interactive command on the remote system after policy and safety checks
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | SSH session ID | |
| command | Yes | Command to execute | |
| cwd | No | Working directory | |
| env | No | Environment variables | |
| timeoutMs | No | Command execution timeout in milliseconds |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||