Skip to main content
Glama

Simple Snowflake MCP

by YannBrrd

describe-view

Retrieve detailed information about a Snowflake view, including its columns and SQL definition, by specifying the database, schema, and view name.

Instructions

Get details of a view (columns, SQL).

Input Schema

NameRequiredDescriptionDefault
databaseYes
schemaYes
viewYes

Input Schema (JSON Schema)

{ "properties": { "database": { "type": "string" }, "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