Google Android · Arazzo Workflow
Google Android Issue a Remote Command and Poll the Device
Version 1.0.0
Confirm a device is reachable, issue a LOCK/REBOOT/RESET_PASSWORD command, then poll the device until it reports back.
View Spec
View on GitHub
AndroidGoogleMobile DevelopmentMobile Operating SystemOpen-SourceArazzoWorkflows
Provider
Workflows
issue-remote-command
Send a remote command to one device and poll it until the device reports back.
Reads the device, issues the requested command, then polls the device for a fresh status report confirming the command was carried out.
1
readDeviceBefore
Read the device to confirm it exists and is manageable, and to capture the status report timestamp the poll below will compare against.
2
issueCommand
Issue the command. This returns a long-running Operation rather than the command result, so success here means the command was accepted for delivery, not that the device has carried it out.
3
pollDeviceAfter
Poll the device until it files a status report newer than the one captured before the command, which is the observable evidence the device checked in and acted.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.