MCP Appium Server

appium-screenshot

Capture mobile app screenshots during automation tests using Appium. Specify a base file name to save and organize visual test results efficiently.

Instructions

Take a screenshot using Appium

Input Schema

NameRequiredDescriptionDefault
nameYesBase name for the screenshot file

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Base name for the screenshot file", "type": "string" } }, "required": [ "name" ], "type": "object" }
ID: pu6x5f1oro