Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AWS_ACCESS_KEY_ID | No | AWS access key ID for S3 connections | |
| AWS_SESSION_TOKEN | No | AWS session token for temporary credentials (AWS SSO) | |
| AWS_DEFAULT_REGION | No | AWS default region for S3 connections | |
| AWS_SECRET_ACCESS_KEY | No | AWS secret access key for S3 connections |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query | Use this to execute a query on the DuckDB database |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| duckdb-initial-prompt | A prompt to initialize a connection to duckdb and start working with it |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |