Skip to main content
Glama

DataPilot MCP Server

by rickyb30

describe_table

Retrieve detailed column information from a table in Snowflake databases by specifying the table name, database, and schema using the DataPilot MCP Server tool.

Instructions

Get detailed information about a table's columns

Input Schema

NameRequiredDescriptionDefault
databaseNo
schemaNo
table_nameYes

Input Schema (JSON Schema)

{ "properties": { "database": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Database" }, "schema": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Schema" }, "table_name": { "title": "Table Name", "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/rickyb30/datapilot-mcp-server'

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