Skip to main content
Glama

MCP Appium Server

by Rahulec08

stop-recording

End screen recording sessions on the MCP Appium Server and save the captured data to a specified file path for further use in mobile app automation.

Instructions

Stop recording the screen and get the recording data

Input Schema

NameRequiredDescriptionDefault
outputPathYesFile path to save the recording

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputPath": { "description": "File path to save the recording", "type": "string" } }, "required": [ "outputPath" ], "type": "object" }

Other Tools from MCP Appium 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/Rahulec08/appium-mcp'

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