Skip to main content
Glama

AutoMobile

by zillow

setActiveDevice

Define the active device ID for targeted mobile automation tasks on Android or iOS platforms using the AutoMobile MCP server, enabling streamlined test execution and operations.

Instructions

Set the active device ID for subsequent operations

Input Schema

NameRequiredDescriptionDefault
deviceIdYesThe device ID to set as active
platformYesTarget platform

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deviceId": { "description": "The device ID to set as active", "type": "string" }, "platform": { "description": "Target platform", "enum": [ "android", "ios" ], "type": "string" } }, "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