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 |
---|---|
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 |
---|---|
create_test_folder | Create a test folder with the specified name |
list_apps | List installed apps matching a name pattern |
open_app | Open an app using its package name and activity |
capture_screenshot | Capture a screenshot and save it to the test folder |
capture_ui_dump | Capture UI hierarchy dump from the device |
input_keyevent | Send key events (BACK, HOME, ENTER, DELETE) |
input_tap | Tap at specific coordinates |
input_text | Input text into the current field |
input_scroll | Perform scroll action |