Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default | 
|---|---|---|---|
| Prefix | No | A prefix to be used for the tools exposed | gmail | 
| Tables | No | Leave blank to access all data, otherwise you can explicitly declare the tables you wish to create access for | |
| JdbcUrl | Yes | The JDBC connection string to use with the CData JDBC Driver to connect to your data | jdbc:gmail:InitiateOAuth=GETANDREFRESH; | 
| DriverPath | Yes | The full path to the JAR file for your JDBC driver | |
| ServerName | No | A name for your server | CDataGmail | 
| DriverClass | No | The name of the JDBC Driver Class | cdata.jdbc.gmail.GmailDriver | 
| ServerVersion | No | A version for your server | 1.0 | 
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 | 
|---|---|
No tools  | |