Skip to main content
Glama
Device.ts1.01 kB
export interface Device { /** Unique identifier for the device (e.g., device serial, IP:port) */ id: string; /** Human-readable name assigned to the device */ name: string; /** Platform type */ platform: "android" | "ios"; /** Device source/provider */ source: "local" | "device_farm" | "physical"; /** Whether the device is currently running and available */ isRunning: boolean; /** MAC address if available (useful for device identification) */ macAddress?: string; /** Device model information */ model?: string; /** OS version */ osVersion?: string; /** Screen resolution */ screenSize?: { width: number; height: number; }; /** Device capabilities */ capabilities?: { hasCamera?: boolean; hasGps?: boolean; hasBiometric?: boolean; hasNfc?: boolean; }; /** Additional metadata for device management */ metadata?: { [key: string]: any; }; }

Latest Blog Posts

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