get_databricks_cluster_efficiency
Audit Databricks clusters for cost waste by detecting idle, missing auto-termination, fixed-size needing autoscaling, all-purpose used for batch work, and missing cost tags. Returns prioritized issues and estimated waste.
Instructions
Audit all Databricks clusters for efficiency issues and cost waste.
Checks every cluster for:
Missing auto-termination (clusters that run forever)
Idle clusters (running but no recent activity)
Fixed-size clusters that should use autoscaling
All-purpose clusters doing batch work (cheaper as job clusters)
Clusters with no cost-attribution tags
Returns a prioritized list of issues and estimated wasted spend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||