Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
S3_ENDPOINT | No | S3 endpoint (optional if using S3) | |
AWS_ACCESS_KEY_ID | Yes | Your S3 access key | |
ICEBERG_WAREHOUSE | Yes | Your Iceberg warehouse name | |
ICEBERG_CATALOG_URI | Yes | URI of the Iceberg REST catalog | |
AWS_SECRET_ACCESS_KEY | Yes | Your S3 secret key |
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 |
---|---|
execute_query | Execute a query on Iceberg tables |