Skip to main content
Glama

AutoMobile

by zillow

enableDemoMode

Activate demo mode to display predefined status bar indicators for consistent screenshots, including time, battery level, signal strength, and more, across Android and iOS platforms.

Instructions

Enable demo mode with consistent status bar indicators for screenshots

Input Schema

NameRequiredDescriptionDefault
batteryLevelNoBattery level percentage (0-100)
batteryPluggedNoWhether the device appears to be charging
hideNotificationsNoWhether to hide notification icons
mobileDataTypeNoMobile data type to display
mobileSignalLevelNoMobile signal strength (0-4)
platformYesTarget platform
timeNoTime to display in statusbar in HHMM format (e.g., 1000 for 10:00)
wifiLevelNoWiFi signal strength (0-4)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "batteryLevel": { "description": "Battery level percentage (0-100)", "maximum": 100, "minimum": 0, "type": "number" }, "batteryPlugged": { "description": "Whether the device appears to be charging", "type": "boolean" }, "hideNotifications": { "description": "Whether to hide notification icons", "type": "boolean" }, "mobileDataType": { "description": "Mobile data type to display", "enum": [ "4g", "5g", "lte", "3g", "edge", "none" ], "type": "string" }, "mobileSignalLevel": { "description": "Mobile signal strength (0-4)", "maximum": 4, "minimum": 0, "type": "number" }, "platform": { "description": "Target platform", "enum": [ "android", "ios" ], "type": "string" }, "time": { "description": "Time to display in statusbar in HHMM format (e.g., 1000 for 10:00)", "type": "string" }, "wifiLevel": { "description": "WiFi signal strength (0-4)", "maximum": 4, "minimum": 0, "type": "number" } }, "required": [ "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