Skip to main content
Glama

Snowflake MCP Server

by tushar3006

list_tables

Retrieve all tables within a specified database and schema to explore database structure and identify available data sources.

Instructions

List all tables in a specific database and schema

Input Schema

NameRequiredDescriptionDefault
databaseYesDatabase name
schemaYesSchema name

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name", "type": "string" }, "schema": { "description": "Schema name", "type": "string" } }, "required": [ "database", "schema" ], "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