Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd

execute-query

Execute SQL queries (SELECT, SHOW, DESCRIBE, EXPLAIN, WITH) in read-only or write mode using a corporate proxy-compatible Snowflake MCP server. Receive results in markdown format for easy integration and analysis.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
read_onlyNoAllow only read-only queries
sqlYesSQL query to execute

Input Schema (JSON Schema)

{ "properties": { "read_only": { "default": true, "description": "Allow only read-only queries", "type": "boolean" }, "sql": { "description": "SQL query to execute", "type": "string" } }, "required": [ "sql" ], "type": "object" }
Install Server

Other Tools from Simple Snowflake MCP

Related Tools

    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/YannBrrd/simple_snowflake_mcp'

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