Skip to main content
Glama
YannBrrd

Simple Snowflake MCP

by YannBrrd

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoOverride logging level (DEBUG, INFO, WARNING, ERROR, CRITICAL)
CONFIG_FILENoPath to custom configuration file (default: config.yaml)config.yaml
MCP_READ_ONLYNoSet to 'TRUE' for read-only mode (default: TRUE)TRUE
SNOWFLAKE_USERYesYour Snowflake username
SNOWFLAKE_SCHEMANoDefault schema (optional)
SNOWFLAKE_ACCOUNTYesYour Snowflake account identifier
SNOWFLAKE_DATABASENoDefault database (optional)
SNOWFLAKE_PASSWORDYesYour Snowflake password
SNOWFLAKE_WAREHOUSENoWarehouse name (optional)

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
execute-snowflake-sqlC

Execute a SQL query on Snowflake and return the result.

list-snowflake-warehousesB

List available Data Warehouses (DWH) on Snowflake.

list-databasesB

List all accessible Snowflake databases.

list-viewsC

List all views in a database and schema.

describe-viewC

Get details of a view (columns, SQL).

query-viewC

Query a view with an optional row limit (markdown result).

execute-queryB

Execute a SQL query in read-only mode (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH) or not (if 'read_only' is false), result in markdown format.

Prompts

Interactive templates invoked by user choice

NameDescription
summarize-notesCreates a summary of all notes

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.8/5.0

Scored across 7 tools

Disambiguation2/5

There is significant overlap between tools, particularly 'execute-query' and 'execute-snowflake-sql' which appear to serve nearly identical purposes, both executing SQL queries on Snowflake. Additionally, 'describe-view' and 'query-view' both target views but with different outputs, which could cause confusion about when to use each. This ambiguity makes it difficult for an agent to reliably select the correct tool without careful examination of descriptions.

Naming Consistency3/5

The naming is mixed with some consistency issues. Most tools use a verb-noun pattern (e.g., 'list-databases', 'describe-view'), but there are deviations like 'execute-snowflake-sql' which includes the platform name, unlike the simpler 'execute-query'. The use of hyphens is consistent, but the verb choices and specificity vary, leading to a readable but not fully predictable naming scheme.

Tool Count4/5

With 7 tools, the count is reasonable for a Snowflake database interaction server, covering key operations like listing resources, executing queries, and managing views. It is slightly on the lower side but still well-scoped for basic database tasks, with each tool having a clear role except for the overlapping execution tools.

Completeness3/5

The tool set covers core read and list operations for Snowflake, including databases, warehouses, and views, but has notable gaps. There is no support for write operations (e.g., INSERT, UPDATE, DELETE) or schema modifications, which limits the server to querying and describing existing data. While agents can perform basic exploration, the lack of data manipulation tools makes the surface incomplete for full database management.

Maintenance

ActivityInactive
ResponsivenessNo issues