Skip to main content
Glama
Analytics-model-LTD

snowflake-analytics-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SNOWFLAKE_ROLENoRole to assume
SNOWFLAKE_TOKENNoOAuth access token (with `SNOWFLAKE_AUTHENTICATOR=OAUTH`)
QUERY_TIMEOUT_MSNoClient-side query timeout60000
SNOWFLAKE_SCHEMANoDefault schema
SNOWFLAKE_ACCOUNTYesAccount identifier, e.g. `xy12345.eu-central-1` or `orgname-account_name`
SNOWFLAKE_DATABASENoDefault database (used by `list_tables`, and as the fallback when a caller passes an inaccessible database)
SNOWFLAKE_PASSWORDNoPassword (required unless using key-pair/OAuth)
SNOWFLAKE_USERNAMEYesLogin name
SNOWFLAKE_READ_ONLYNoBlocks writes/DDL in `execute_query`. Set `false` to allow themtrue
SNOWFLAKE_ROW_LIMITNoHard cap on returned rows1000
SNOWFLAKE_WAREHOUSENoVirtual warehouse to use
SNOWFLAKE_PRIVATE_KEYNoPEM private key contents
SNOWFLAKE_CORTEX_MODELNoDefault model for Cortex AI_COMPLETE / text-to-SQLllama3.1-8b
SNOWFLAKE_AUTHENTICATORNoAuthentication method: `SNOWFLAKE` (password), `SNOWFLAKE_JWT` (key-pair), `OAUTH`SNOWFLAKE
SNOWFLAKE_CORTEX_ENABLEDNoRegister the Cortex AI tools. Set `false` to hide themtrue
SNOWFLAKE_PRIVATE_KEY_PATHNoPath to a PEM private key file (alternative to above)
SNOWFLAKE_PRIVATE_KEY_PASSPHRASENoPassphrase, if the key is encrypted

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tablesA

List available Snowflake tables (and views) for analytics table discovery. Returns a flat array of { table_name } objects. Scoped to the connection's database/schema unless overridden.

test_connectionA

Verify connectivity and return the current Snowflake version, account, user, role, warehouse, database and schema.

list_databasesA

List all databases the current role can access.

list_schemasA

List schemas in a database. Defaults to SNOWFLAKE_DATABASE when database is omitted.

list_warehousesA

List virtual warehouses the current role can see, with size and state.

describe_tableA

Return column names, data types, nullability and defaults for a table (or view).

get_table_sampleA

Fetch a sample of rows from a table. Use this to preview data for a selected table.

execute_queryA

Run a SQL query and return rows as JSON. Read-only by default (SELECT/SHOW/DESCRIBE/WITH). Set SNOWFLAKE_READ_ONLY=false to allow writes/DDL.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Analytics-model-LTD/snowflake-analytics-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server