process_run
Execute shell commands to run system processes, capture output including stdout, stderr, and exit codes, and return results in JSON format for automation workflows.
Instructions
[process] Run a shell command and return stdout, stderr, and exit code. Returns JSON with: success, returncode, stdout, stderr, truncated.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | ||
| timeout | No | ||
| cwd | No | ||
| shell | No |