Skip to main content
Glama

AutoMobile

by zillow

setDeviceMode

Configure device-specific parameters for test authoring or exploration modes on Android or iOS platforms. Specify app ID, description, and persistence conditions for targeted automation.

Instructions

Set parameters for a particular device in a given mode.

Input Schema

NameRequiredDescriptionDefault
deviceIdYesDevice ID for which these settings will apply.
explorationNo
platformYesTarget platform
testAuthoringNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "Device ID for which these settings will apply.", "type": "string" }, "exploration": { "additionalProperties": false, "properties": { "deepLinkSkipping": { "type": "boolean" } }, "required": [ "deepLinkSkipping" ], "type": "object" }, "platform": { "description": "Target platform", "enum": [ "android", "ios" ], "type": "string" }, "testAuthoring": { "additionalProperties": false, "properties": { "appId": { "description": "App ID to be used for test authoring.", "type": "string" }, "description": { "description": "Rough description of the test to be authored.", "type": "string" }, "persist": { "description": "What conditions to stay in test authoring mode. Default devicePresent", "enum": [ "never", "devicePresent", "always" ], "type": "string" } }, "required": [ "appId", "description", "persist" ], "type": "object" } }, "required": [ "deviceId", "platform" ], "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/zillow/auto-mobile'

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