run_command
Execute shell commands on configured remote hosts, subject to access policies that allow inspection or block modifications on read-only servers.
Instructions
Run a shell command on a host, subject to that host's access policy.
Read-only hosts accept only inspection commands; anything that appears to modify state is refused before it reaches the server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Configured host name | |
| command | Yes | Shell command to execute on the host | |
| timeout | No | Seconds before the command is killed | |
| working_dir | No | Directory to cd into first |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |