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

FieldTypeRequiredDescription
detailbooleanNoReturn full app objects {kind,name,label,package,version} instead of compact lines (default: false)
filterstringNoCase-insensitive substring filter on package name or app name
serialstringYesDevice 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.

What's next?

All MCP tools

Browse the full tool reference by category.

Connect a client

Point Claude, Cursor, or Claude Code at the server.

Last updated on