Skip to main content
Glama

Android Debug Bridge MCP

by TiagoDanin

input_scroll

Simulate scroll actions on Android devices for automation and testing using natural language commands. Specify direction (up, down, left, right) to control device interactions via ADB.

Instructions

Perform scroll action

Input Schema

NameRequiredDescriptionDefault
directionYesDirection to scroll

Input Schema (JSON Schema)

{ "properties": { "direction": { "description": "Direction to scroll", "enum": [ "up", "down", "left", "right" ], "type": "string" } }, "required": [ "direction" ], "type": "object" }

Other Tools from Android Debug Bridge MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TiagoDanin/Android-Debug-Bridge-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server