Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging | false |
| VERTICA_USER | No | Database username (for simple connection format) | dbadmin |
| MAX_ROWS_EXPORT | No | Maximum rows for export operations | 10000 |
| QUERY_LIMIT_SIZE | No | Maximum rows returned per query | 100 |
| TABLE_WHITE_LIST | No | Comma-separated list of allowed tables | |
| VERTICA_PASSWORD | No | Database password (for simple connection format) | |
| COLUMN_WHITE_LIST | No | Comma-separated list of allowed columns | |
| DB_CONNECTION_STRING | Yes | Database connection string (e.g., vertica://username:password@hostname:5433/database) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |