Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
review_code |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
config://app |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_avds | List all available Android Virtual Devices (AVDs) |
list_emulators | List all running Android Emulators |
start_emulator | Start an Android Emulator by name |
kill_emulator | Kill a specific Android Emulator |
dump_ui_hierarchy | Dump the UI hierarchy of the connected Android device |
open_uri | Open a URI on the connected Android device |
list_apps | List all installed apps on the connected Android device |
start_app | Start an app on the connected Android device |
stop_app | Stop an app on the connected Android device |
install_app | Install an App APK on the connected Android device |
uninstall_app | Uninstall an app from the connected Android device |
clear_app_data | Clear app data for a specific app on the connected Android device |
take_screenshot | Take a screenshot of the connected Android device |
record_screen | Record the screen of the connected Android device for a specified duration |
press_button | Simulate a button press on the connected Android device using an Enum button |
type_text | Type text on the connected Android device. Handles spaces correctly. |
clear_and_type_text | Clear all text and type new text on the connected Android device |
tap | Simulate a tap on the connected Android device at the specified coordinates |
swipe | Perform a swipe gesture in a specific direction on the connected Android device |
fetch_weather | Fetch current weather for a city |