Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GOOGLE_OAUTH_CREDENTIALS | Yes | Path to the Google OAuth credentials JSON file | |
GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the Google service account credentials JSON file |
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 |
---|---|
drive_search_files | Search for files in Google Drive |
drive_create_folder | Create a new folder in Google Drive |
docs_create | Create a new Google Doc |
docs_get_content | Get the contents of a Google Doc |
docs_update_content | Update the content of a Google Doc |
sheets_create | Create a new Google Sheet |
sheets_get_values | Get values from a Google Sheet range |
sheets_update_values | Update values in a Google Sheet range |