Location
Location is a built-in chat capability—not an installable integration. The
getMyLocation tool is available in chat on macOS so Toby can answer “where am
I?” and handle “near me” / “here” requests.
Toby reads your position through Toby.app and macOS Location Services. The first time the tool runs (or when you click Allow in Permissions), macOS asks you to grant Location access to Toby.app.
How it works
When the model calls getMyLocation, Toby:
- Talks to Toby.app’s local Native API.
- Requests Location Services access if you have not already allowed it.
- Returns your approximate coordinates and, when possible, a place name (city, region, country).
No Settings toggle or API key is required. Location Services must be turned on system-wide.
Grant permission
You can allow access in either place:
- Toby.app → Permissions → Location Access → Allow
- System Settings → Privacy & Security → Location Services → Toby
If access was previously denied, use System Settings (or Open System Settings from the Permissions card) to re-enable it.
Using location in chat
Ask natural questions such as:
- “Where am I right now?”
- “What’s my current location?”
- “What’s the weather near me?” (with Weather enabled, Toby may
call
getMyLocationfirst)
Toby should use getMyLocation instead of guessing your city.
Privacy
Precise location is sensitive. Toby uses it only when a tool call needs it for your request. You can revoke access anytime in System Settings → Location Services.
Related
- Weather — forecasts; pairs with location for “near me”
- Native API —
/api/native/location/*endpoints - Toby Mac App — Permissions window and native bridge