Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ADB_PATH | No | Custom path to ADB executable (default: uses system PATH) | |
| DEVICE_SERIAL | No | Specific device serial number to target (default: first available device) |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| android_screenshot | Capture a screenshot from the Android device |
| android_touch | Simulate a touch event at specific screen coordinates |
| android_swipe | Perform a swipe gesture between two coordinates |
| android_launch_app | Launch an Android app by package name |
| android_list_packages | List installed packages on the Android device |