Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd

query-view

Query views from Snowflake databases with optional row limits, returning results in markdown format. Simplifies data access behind corporate proxies via the Simple Snowflake MCP Server.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
databaseYes
limitNo
schemaYes
viewYes

Input Schema (JSON Schema)

{ "properties": { "database": { "type": "string" }, "limit": { "type": "integer" }, "schema": { "type": "string" }, "view": { "type": "string" } }, "required": [ "database", "schema", "view" ], "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