Skip to main content
Glama

set_simulator_location

Configure a custom GPS location for a simulator by specifying UUID, latitude, and longitude. Ideal for location-based testing scenarios.

Instructions

Sets a custom GPS location for the simulator.

Input Schema

NameRequiredDescriptionDefault
latitudeYesThe latitude for the custom location.
longitudeYesThe longitude for the custom location.
simulatorUuidYesUUID of the simulator to use (obtained from list_simulators)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "latitude": { "description": "The latitude for the custom location.", "type": "number" }, "longitude": { "description": "The longitude for the custom location.", "type": "number" }, "simulatorUuid": { "description": "UUID of the simulator to use (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid", "latitude", "longitude" ], "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/SampsonKY/XcodeBuildMCP'

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