Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_CLIENT_ID | Yes | Your Google Cloud OAuth client ID | |
| GOOGLE_CLIENT_SECRET | Yes | Your Google Cloud OAuth client secret | |
| GOOGLE_REFRESH_TOKEN | Yes | Your Google OAuth refresh token |
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 |
|---|---|
| list_emails | List recent emails from Gmail inbox |
| search_emails | Search emails with advanced query |
| send_email | Send a new email |
| modify_email | Modify email labels (archive, trash, mark read/unread) |
| list_events | List upcoming calendar events |
| create_event | Create a new calendar event |
| meeting_suggestion | Suggest available meeting slots within the next 30 days |