Skip to main content
Glama

Android MCP Server

by jduartedj

android_screenshot

Capture screenshots from Android devices for debugging, documentation, or testing purposes using ADB commands.

Instructions

Capture a screenshot from the Android device

Input Schema

NameRequiredDescriptionDefault
outputPathNoLocal path to save the screenshot (optional). If not provided, returns base64 encoded image.
deviceSerialNoSpecific device serial number to target (optional)

Input Schema (JSON Schema)

{ "properties": { "deviceSerial": { "description": "Specific device serial number to target (optional)", "type": "string" }, "outputPath": { "description": "Local path to save the screenshot (optional). If not provided, returns base64 encoded image.", "type": "string" } }, "type": "object" }

Other Tools from Android MCP Server

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/jduartedj/android-mcp-server'

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