Skip to main content
Glama

Android Debug Bridge MCP

by TiagoDanin

capture_screenshot

Capture and save Android device screenshots to a specific test folder for streamlined debugging and testing, using step-based naming for organized storage.

Instructions

Capture a screenshot and save it to the test folder

Input Schema

NameRequiredDescriptionDefault
step_nameYesName of the step for the screenshot file (e.g., "001_login")
test_nameYesName of the test folder where to save the screenshot

Input Schema (JSON Schema)

{ "properties": { "step_name": { "description": "Name of the step for the screenshot file (e.g., \"001_login\")", "type": "string" }, "test_name": { "description": "Name of the test folder where to save the screenshot", "type": "string" } }, "required": [ "test_name", "step_name" ], "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