Skip to main content
Glama

Databricks MCP Server

by samhavens
  • Linux
  • Apple

create_cluster

Create a Databricks cluster by specifying cluster name, Spark version, node type, and worker count. Simplify cluster setup through automated configuration on the Databricks MCP Server.

Instructions

Create a new Databricks cluster

Input Schema

NameRequiredDescriptionDefault
cluster_nameYes
node_type_idYes
num_workersNo
spark_versionYes

Input Schema (JSON Schema)

{ "properties": { "cluster_name": { "title": "Cluster Name", "type": "string" }, "node_type_id": { "title": "Node Type Id", "type": "string" }, "num_workers": { "default": 1, "title": "Num Workers", "type": "integer" }, "spark_version": { "title": "Spark Version", "type": "string" } }, "required": [ "cluster_name", "spark_version", "node_type_id" ], "title": "create_clusterArguments", "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/samhavens/databricks-mcp-server'

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