Tools & Prompts
Available tools and prompts for Mobile Fleet MCP Server.
| Tool | Description |
|---|---|
mobilefleet_list_available_devices | List your allocated devices and devices available for allocation |
mobilefleet_allocate_device | Reserve a device from the remote fleet for testing and development |
mobilefleet_release_device | Release a device back to the remote fleet |
mobilefleet_list_apps | List all the installed apps on the device |
mobilefleet_launch_app | Launch an app on mobile device |
mobilefleet_terminate_app | Stop and terminate an app on mobile device |
mobilefleet_create_upload | Create a presigned upload URL for mobilefleet_install_app |
mobilefleet_install_app | Install an app on a device |
mobilefleet_get_screen_size | Get the screen size of the mobile device in pixels |
mobilefleet_click_on_screen_at_coordinates | Click on the screen at given x,y coordinates |
mobilefleet_double_tap_on_screen | Double-tap on the screen at given x,y coordinates |
mobilefleet_long_press_on_screen_at_coordinates | Long press on the screen at given x,y coordinates |
mobilefleet_list_elements_on_screen | List elements on screen and their coordinates, with display text or accessibility label |
mobilefleet_press_button | Press a physical button on device |
mobilefleet_open_url | Open a URL in browser on device |
mobilefleet_swipe_on_screen | Swipe on the screen |
mobilefleet_type_keys | Type text into the focused element |
mobilefleet_take_screenshot | Take a screenshot of the mobile device. |
mobilefleet_save_screenshot | Take a screenshot of the mobile device and return a download URL |
mobilefleet_set_orientation | Change the screen orientation of the device |
mobilefleet_get_orientation | Get the current screen orientation of the device |
mobilefleet_start_screen_recording | Start recording the screen of a mobile device |
mobilefleet_stop_screen_recording | Stop an active screen recording on a mobile device |