MCP Appium Server

save-ui-hierarchy

Export and save UI hierarchy XML files to a specified path for mobile app automation, enabling structured analysis and element interactions within the MCP Appium Server environment.

Instructions

Save UI hierarchy XML to a file

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to save the XML file
xmlSourceYesXML source to save

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "Path to save the XML file", "type": "string" }, "xmlSource": { "description": "XML source to save", "type": "string" } }, "required": [ "xmlSource", "filePath" ], "type": "object" }
ID: pu6x5f1oro