Skip to main content
Glama
ChrisChoTW

databricks-mcp

by ChrisChoTW

list_catalogs

Retrieve all available catalogs from Databricks SQL to organize and access data resources.

Instructions

List all catalogs

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The `list_catalogs` function is defined and decorated as an MCP tool, executing "SHOW CATALOGS" via `execute_sql`.
    @mcp.tool
    def list_catalogs(ctx: Context) -> List[Dict[str, Any]]:
        """List all catalogs"""
        return execute_sql(ctx, "SHOW CATALOGS")

Latest Blog Posts

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/ChrisChoTW/databricks-mcp'

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