android_close_app
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Close an app on the Android device (safe method: HOME key + am kill). Never uses am force-stop (corrupts PackageManager). Example: 'com.whatsapp'.
Parameters schema
{
"type": "object",
"required": [
"package"
],
"properties": {
"package": {
"type": "string",
"description": "Android package name to close (e.g., 'com.whatsapp')"
},
"channel_account_id": {
"type": "integer",
"description": "Android device channel_account ID. Omit when the workspace has a single Android device; REQUIRED when it has more than one (e.g. WhatsApp + LINE), else the call is rejected as ambiguous."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries