Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 |
|---|---|
| get_namespaces | Provides a list of namespaces from the Iceberg catalog. |
| get_iceberg_tables | Provides a list of iceberg tables from the Iceberg catalog for a given namespace |
| get_table_schema | Provides the schema for a given Iceberg table |
| get_table_properties | - |
| get_table_partitions | Provides the partitions for a given Iceberg table |