remote_shell
Execute shell commands on a remote Linux server. Use for deployments, log checks, or service restarts.
Instructions
Run a shell command on the configured remote Linux server (REMOTE_HOST). Use for deployments, log checks, service restarts, or any ad-hoc command on a remote machine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | Shell command to run on the remote server | |
| timeout_seconds | No | Timeout in seconds (default: 30, max: 300) |