Skip to main content
Glama

AutoMobile

by zillow

setActiveDevice

Assign a specific device ID and platform as active for mobile automation operations, ensuring targeted test execution in AutoMobile's MCP server.

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