ADB
Resources
RESOURCE
adb://versionResource at adb://version (text/plain)
RESOURCE
adb://devicesResource at adb://devices (text/plain)
Tools
TOOL
adb_devicesArguments
- Name
random_string
- Type
- object
- Required
- Optional
TOOL
inspect_uiArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
asBase64
- Type
- object
- Required
- Optional
- Description
- Return XML content as base64 (default: false)
- Name
outputPath
- Type
- object
- Required
- Optional
- Description
- Custom output path on device (default: /sdcard/window_dump.xml)
TOOL
adb_shellArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
command
- Type
- object
- Required
- Required
- Description
- Shell command to execute on the device
TOOL
adb_installArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
apkPath
- Type
- object
- Required
- Required
- Description
- Local path to the APK file
TOOL
adb_logcatArguments
- Name
lines
- Type
- object
- Required
- Optional
- Description
- Number of lines to return (default: 50)
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
filter
- Type
- object
- Required
- Optional
- Description
- Logcat filter expression (optional)
TOOL
adb_pullArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
asBase64
- Type
- object
- Required
- Optional
- Description
- Return file content as base64 (default: true)
- Name
remotePath
- Type
- object
- Required
- Required
- Description
- Remote file path on the device
TOOL
adb_pushArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
fileBase64
- Type
- object
- Required
- Required
- Description
- Base64 encoded file content to push
- Name
remotePath
- Type
- object
- Required
- Required
- Description
- Remote file path on the device
TOOL
dump_imageArguments
- Name
device
- Type
- object
- Required
- Optional
- Description
- Specific device ID (optional)
- Name
asBase64
- Type
- object
- Required
- Optional
- Description
- Return image as base64 (default: false)