get_smartphone_apps
List installable apps on a smartphone device for V2 or classic test authoring. Copy package to starting.app, the app to meta.
List installable apps on a smartphone device for V2/classic smartphone test authoring — copy package → starting.app, the app → meta.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
detail | boolean | No | Return full app objects {kind,name,label,package,version} instead of compact lines (default: false) |
filter | string | No | Case-insensitive substring filter on package name or app name |
serial | string | Yes | Device UUID/serial (from list_resources type=smartphone) |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"serial": "string"
}
Description
Find serials via `list_resources type=smartphone`. Compact by default; use filter= to narrow, detail=true for full objects.
Related
What's next?
Last updated on