start_app
Launch Android applications by specifying the package name using this tool on the Espresso-MCP server. Simplify app testing and debugging processes efficiently.
Instructions
Start an app on the connected Android device
Input Schema
Name | Required | Description | Default |
---|---|---|---|
package_name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"package_name": {
"title": "Package Name",
"type": "string"
}
},
"required": [
"package_name"
],
"title": "start_appArguments",
"type": "object"
}