get_shell_result
Get the full result of a shell command.
Get the full result of a shell command.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
shell_id | number | Yes | Shell command ID (from send_shell_command) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"shell_id": 0
}
Description
Use after send_shell_command to check status and retrieve output. Poll until status is terminal (Done/Timeout/Blocked/Canceled/Maintenance). For USSD: check if session is OPEN or CLOSED — if OPEN, send follow-up input with send_shell_command to navigate the menu.
Related
What's next?
Last updated on