1. list_uc_catalogs
Lists all available Unity Catalogs with their names, descriptions, and types.
2. describe_uc_catalog
Provides a summary of a specific Unity Catalog, listing all its schemas with their names and descriptions.
3. describe_uc_schema
Provides detailed information about a specific schema within a Unity Catalog, returning all tables in the schema optionally including their column details.
4. describe_uc_table
Provides a detailed description of a specific Unity Catalog table with comprehensive lineage capabilities, including table, notebook, and job dependencies.
5. execute_sql_query
Executes a given SQL query against the Databricks SQL warehouse and returns the formatted results.