Skip to main content
Glama

Snowflake MCP Server

by tushar3006

list_schemas

Retrieve all schema names from a specified Snowflake database to explore database structure and organize data objects.

Instructions

List all schemas in a database

Input Schema

NameRequiredDescriptionDefault
databaseYesDatabase name to list schemas from

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "Database name to list schemas from", "type": "string" } }, "required": [ "database" ], "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