Skip to main content
Glama

Snowflake MCP Server

by tushar3006

describe_table

Retrieve schema information for a specific Snowflake table, including column details and data types, to understand table structure and support database operations.

Instructions

Get the schema information for a specific table

Input Schema

NameRequiredDescriptionDefault
table_nameYesFully qualified table name in the format 'database.schema.table'

Input Schema (JSON Schema)

{ "properties": { "table_name": { "description": "Fully qualified table name in the format 'database.schema.table'", "type": "string" } }, "required": [ "table_name" ], "type": "object" }

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/tushar3006/MCP'

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