Skip to main content
Glama
PulkitXChadha

Databricks MCP Server

mock_responses.json1.84 kB
{ "catalogs": [ {"name": "main", "owner": "test@example.com", "created_at": 1234567890}, {"name": "dev", "owner": "test@example.com", "created_at": 1234567890} ], "schemas": [ {"name": "default", "catalog_name": "main", "owner": "test@example.com"}, {"name": "bronze", "catalog_name": "main", "owner": "test@example.com"} ], "tables": [ { "name": "users", "catalog_name": "main", "schema_name": "default", "table_type": "MANAGED", "data_source_format": "DELTA", "columns": [ {"name": "id", "type_name": "LONG", "position": 0}, {"name": "name", "type_name": "STRING", "position": 1} ] } ], "warehouses": [ { "id": "abc123", "name": "Test Warehouse", "state": "RUNNING", "size": "Small", "auto_stop_mins": 10 } ], "jobs": [ { "job_id": 123, "job_name": "Test Job 1", "state": "RUNNING", "creator_user_name": "test@example.com", "created_time": 1640995200000 } ], "pipelines": [ { "pipeline_id": "pipeline1", "name": "Test Pipeline 1", "state": "RUNNING", "creator_user_name": "test@example.com", "created_time": 1640995200000 } ], "dashboards": [ { "id": "dashboard1", "name": "Test Dashboard 1", "path": "/test/dashboard1", "created_at": "2024-01-01T00:00:00Z", "updated_at": "2024-01-01T00:00:00Z" } ], "volumes": [ { "name": "volume1", "full_name": "catalog.schema.volume1", "volume_type": "EXTERNAL", "owner": "test@example.com", "created_at": "2024-01-01T00:00:00Z" } ], "policies": [ { "name": "policy1", "policy_type": "DATA_ACCESS", "description": "Test policy 1", "owner": "test@example.com" } ] }

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

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