run_action
Execute a specific action on an Android or iPhone device. Provide device, skill, and action to perform tasks like opening apps or searching, with optional parameters.
Instructions
Run a single skill action on the device.
Call list_skills() first to see available actions.
Examples: run_action("SERIAL", "tiktok", "open_app", '{}') run_action("SERIAL", "tiktok", "type_and_search", '{"query": "cats"}')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skill | Yes | ||
| action | Yes | ||
| device | Yes | ||
| params | No | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |