shell_execute
Run allowed shell commands (ls, wc, cat, grep, pwd) with optional stdin input and configurable working directory and timeout.
Instructions
Execute a shell command Allowed commands: ls, wc, cat, grep, pwd Allowed patterns:
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Command and its arguments as array | |
| stdin | No | Input to be passed to the command via stdin | |
| directory | Yes | Absolute path to a working directory where the command will be executed | |
| timeout | No | Maximum execution time in seconds |