Skip to main content
Glama

Android UI Assist MCP Server

by infiniV

take_android_screenshot

Capture screenshots from Android devices and emulators for UI analysis and testing purposes. Supports PNG format output and works with connected Android devices.

Instructions

Capture a screenshot from an Android device or emulator

Input Schema

NameRequiredDescriptionDefault
deviceIdNoThe ID of the Android device to capture a screenshot from. If not provided, uses the first available device.
formatNoThe image format for the screenshot. Currently only PNG is supported.png

Input Schema (JSON Schema)

{ "properties": { "deviceId": { "description": "The ID of the Android device to capture a screenshot from. If not provided, uses the first available device.", "type": "string" }, "format": { "default": "png", "description": "The image format for the screenshot. Currently only PNG is supported.", "enum": [ "png" ], "type": "string" } }, "required": [], "type": "object" }

Other Tools from Android UI Assist 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/infiniV/Android-Ui-MCP'

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