android_swipe
ActiveTool of io.github.saloprj/dialogbrain
declared in 1.17.0
Swipe/drag on the Android device screen from one coordinate to another. Use for scrolling, opening app drawer, etc.
Parameters schema
{
"type": "object",
"required": [
"x1",
"y1",
"x2",
"y2"
],
"properties": {
"x1": {
"type": "integer",
"description": "Starting X coordinate in device pixels"
},
"x2": {
"type": "integer",
"description": "Ending X coordinate in device pixels"
},
"y1": {
"type": "integer",
"description": "Starting Y coordinate in device pixels"
},
"y2": {
"type": "integer",
"description": "Ending Y coordinate in device pixels"
},
"duration_ms": {
"type": "integer",
"description": "Duration of swipe in milliseconds (default: 300)"
},
"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