Skip to main content
Glama
chaandannn

nable (finops-mcp)

get_databricks_job_costs

Identifies most expensive Databricks job runs by cost and DBU consumption, enabling optimization of cluster usage and retries.

Instructions

Show cost and DBU breakdown by Databricks job run.

Returns the most expensive job runs in the period, with duration, DBU consumed, and estimated cost per run. Useful for finding jobs that can be optimised (right-sized clusters, fewer retries, etc.)

Args: start_date: ISO date (YYYY-MM-DD). Defaults to 30 days ago. end_date: ISO date (YYYY-MM-DD). Defaults to today. top_n: Number of top job runs to return (default 20).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
top_nNo
end_dateNo
start_dateNo
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It discloses that the tool returns cost and DBU breakdown per run, with duration, DBU consumed, and estimated cost. It also mentions default date ranges and top_n, which is helpful. However, it does not disclose whether the operation is read-only, if it has side effects, or any auth requirements. Behavioral transparency is adequate but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is roughly 50 words, with a clear first sentence stating the purpose. It uses a structured list for parameters. Every sentence adds value—no filler. It is concise and well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 optional parameters, no output schema, and no annotations, the description fairly covers the input and output intent. It explains what is returned (most expensive job runs, cost, DBU, duration) and the default behavior. However, it does not specify output format, sorting order, or pagination, which could be useful. Still, it is nearly complete for this level of complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 3 parameters with no descriptions (0% coverage). The description adds significant meaning by specifying ISO date format, default values (30 days ago for start_date, today for end_date, and 20 for top_n), and their purpose. This goes well beyond the schema's bare bones, making the parameters clear and usable.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Show cost and DBU breakdown by Databricks job run.' It specifies the verb 'show' and the resource (cost and DBU breakdown per job run). It distinguishes itself from siblings like 'get_databricks_costs' by focusing on job runs and providing details like duration and DBU. The purpose is specific and actionable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions it is 'useful for finding jobs that can be optimised (right-sized clusters, fewer retries, etc.)', which implies usage for optimization. However, it does not explicitly state when to use this tool vs. alternatives such as 'get_databricks_costs' or 'get_databricks_dbu_breakdown', nor does it provide when-not-to-use conditions. Guidance is present but limited.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/chaandannn/finopsmcp'

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