get_cluster
Retrieve detailed information about a Databricks cluster using its cluster_id, enabling efficient management and monitoring within the Databricks MCP Server environment.
Instructions
Get information about a specific Databricks cluster with parameter: cluster_id (required)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
params | Yes |
Input Schema (JSON Schema)
{
"properties": {
"params": {
"title": "Params",
"type": "object"
}
},
"required": [
"params"
],
"title": "get_clusterArguments",
"type": "object"
}