Skip to main content
Glama

Apple MCP Tools

by wearesage

maps

Search locations, save favorites, and get directions using Apple Maps. Manage guides, pin locations, and set map centers with precise coordinates for efficient navigation and location management.

Instructions

Search locations, manage guides, save favorites, and get directions using Apple Maps

Input Schema

NameRequiredDescriptionDefault
addressNoAddress of the location (required for save, pin, addToGuide)
fromAddressNoStarting address for directions (required for directions)
guideNameNoName of the guide (required for createGuide and addToGuide)
latitudeNoLatitude for the center point (required for setCenter)
limitNoMaximum number of results to return (optional for search)
longitudeNoLongitude for the center point (required for setCenter)
nameNoName of the location (required for save and pin)
operationYesOperation to perform with Maps
queryNoSearch query for locations (required for search)
toAddressNoDestination address for directions (required for directions)
transportTypeNoType of transport to use (optional for directions)

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address of the location (required for save, pin, addToGuide)", "type": "string" }, "fromAddress": { "description": "Starting address for directions (required for directions)", "type": "string" }, "guideName": { "description": "Name of the guide (required for createGuide and addToGuide)", "type": "string" }, "latitude": { "description": "Latitude for the center point (required for setCenter)", "type": "number" }, "limit": { "description": "Maximum number of results to return (optional for search)", "type": "number" }, "longitude": { "description": "Longitude for the center point (required for setCenter)", "type": "number" }, "name": { "description": "Name of the location (required for save and pin)", "type": "string" }, "operation": { "description": "Operation to perform with Maps", "enum": [ "search", "save", "directions", "pin", "listGuides", "addToGuide", "createGuide", "getCenter", "setCenter" ], "type": "string" }, "query": { "description": "Search query for locations (required for search)", "type": "string" }, "toAddress": { "description": "Destination address for directions (required for directions)", "type": "string" }, "transportType": { "description": "Type of transport to use (optional for directions)", "enum": [ "driving", "walking", "transit" ], "type": "string" } }, "required": [ "operation" ], "type": "object" }

You must be authenticated.

Other Tools from Apple MCP Tools

Related Tools

    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/wearesage/mcp-apple'

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