get_cluster
Retrieve detailed information about a Databricks cluster by providing its cluster ID, enabling efficient management and monitoring through the Databricks MCP Server.
Instructions
Get information about a specific Databricks cluster
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cluster_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"cluster_id": {
"title": "Cluster Id",
"type": "string"
}
},
"required": [
"cluster_id"
],
"title": "get_clusterArguments",
"type": "object"
}