shell_execute
Execute whitelisted shell commands remotely with input support via stdin, specifying a working directory and optional timeout for secure task automation.
Instructions
Execute a shell command Allowed commands:
Input Schema
Name | Required | Description | Default |
---|---|---|---|
command | Yes | Command and its arguments as array | |
directory | Yes | Absolute path to a working directory where the command will be executed | |
stdin | No | Input to be passed to the command via stdin | |
timeout | No | Maximum execution time in seconds |