Skip to main content
Glama

MCP Appium Server

by Rahulec08

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" }

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/Rahulec08/appium-mcp'

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