Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| geocode | Convert an address to coordinates |
| reverse-geocode | Convert coordinates to an address |
| places-search | Search for places using text query |
| get-directions | Get directions between two locations |
| distance-matrix | Calculate travel distance and time between multiple origins and destinations |
| place-details | Get detailed information about a specific place |
| finance-search | Search for stocks, indices, mutual funds, currencies, and futures using Google Finance |
| airports-search | Search for airport and flight information using Google Flights |
| gmail-send-email | Send an email using Gmail |
| gmail-read-emails | Read/list emails from Gmail with optional search query |
| gmail-get-email | Get a specific email by message ID |
| gmail-get-labels | Get all Gmail labels |
| calendar-create-event | Create a new calendar event. Current time: 8/15/2025, 1:32:34 PM |
| calendar-list-events | List calendar events with optional filters |
| calendar-get-event | Get a specific calendar event by ID |
| calendar-update-event | Update an existing calendar event |
| calendar-delete-event | Delete a calendar event |
| calendar-list-calendars | List all available calendars |