ssh_cmd_output
Retrieve output from a specific SSH command by providing its handle ID, with an optional line limit.
Instructions
Retrieve output from a specific command execution.
Returns: List of output lines from the command
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handle_id | Yes | Command handle ID to retrieve output for | |
| lines | No | Number of lines to retrieve (None for all) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |