Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_CLIENT_ID | No | Your Google OAuth client ID | |
GOOGLE_CLIENT_SECRET | No | Your Google OAuth client secret | |
GOOGLE_REFRESH_TOKEN | No | A valid refresh token for your Google account |
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_contacts | List all contacts or filter by name. |
get_contact | Get a contact by resource name or email. |
create_contact | Create a new contact. |
update_contact | Update an existing contact. |
delete_contact | Delete a contact by resource name. |
search_contacts | Search contacts by name, email, or phone number. |
list_workspace_users | List Google Workspace users in your organization's directory. |
search_directory | Search for people specifically in the Google Workspace directory. |
get_other_contacts | Retrieve contacts from the 'Other contacts' section. |