execute_mobile_command
Execute natural language commands on your mobile device using the mobile-use SDK. Parameters:goal(required): Natural language command to executeoutput_description(optional): Description of expected output formatprofile(optional): Profile name to use (default: ‘default’)
analyze_screen
Captures a screenshot from a mobile device and analyzes it using a vision language model. Parameters:prompt(required): Analysis prompt describing what information to extractdevice_id(optional): Specific device ID to target
Resources
data://devices
Lists all connected mobile devices (Android and iOS). Returns: Array of device information:device_id: Device serial (Android) or UDID (iOS)platform:"android"or"ios"name: Device namestate: Device state ("connected"or"Booted")