Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SNOWFLAKE_ROLE | Yes | Your Snowflake role | |
| SNOWFLAKE_USER | Yes | Your Snowflake username | |
| SNOWFLAKE_SCHEMA | Yes | Your Snowflake schema | |
| SNOWFLAKE_ACCOUNT | Yes | Your Snowflake account identifier | |
| SNOWFLAKE_DATABASE | Yes | Your Snowflake database | |
| SNOWFLAKE_PASSWORD | Yes | Your Snowflake password | |
| SNOWFLAKE_WAREHOUSE | Yes | Your Snowflake warehouse |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_databases | List all available databases in Snowflake |
| list_schemas | List all schemas in a database |
| list_tables | List all tables in a specific database and schema |
| describe_table | Get the schema information for a specific table |
| read_query | Execute a SELECT query. |
| append_insight | Add a data insight to the memo |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Data Insights Memo | A living document of discovered data insights |