komodo_execute_command
Execute shell commands on a specified server via terminal and return stdout, stderr, and exit code for remote diagnostics and management.
Instructions
Execute a command on a server via terminal.
Args: server: Server ID where the command should be executed command: Command to execute (e.g., 'ls -la', 'docker ps') options: Optional execution options (e.g., working directory, timeout, environment variables)
Returns: Command execution result including stdout, stderr, and exit code
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| server | Yes | ||
| command | Yes | ||
| options | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||