ssh_cmd_check_status
Delay then check the status of a remote command, enabling monitoring of long-running tasks without manual polling.
Instructions
Wait for the specified duration and then check the status of a command.
This tool helps with monitoring long-running commands started with ssh_cmd_run by implementing a wait operation that LLMs cannot perform on their own.
Returns: Dictionary containing command status information after waiting
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle_id | Yes | Command handle ID to check status for | |
| wait_seconds | No | Seconds to wait before checking |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||