DroidMind

by hyperb1iss
Verified

screenshot

Capture a screenshot from an Android device using its serial number, with adjustable JPEG quality for optimized file size. Integrates with DroidMind MCP server for device management and automation.

Instructions

Get a screenshot from a device.

Args: serial: Device serial number ctx: MCP context quality: JPEG quality (1-100, lower means smaller file size)

Returns: The device screenshot as an image

Input Schema

NameRequiredDescriptionDefault
qualityNo
serialYes

Input Schema (JSON Schema)

{ "properties": { "quality": { "default": 75, "title": "Quality", "type": "integer" }, "serial": { "title": "Serial", "type": "string" } }, "required": [ "serial" ], "title": "screenshotArguments", "type": "object" }
ID: p03zdsi6ol