Skip to main content
Glama
chaandannn

nable (finops-mcp)

create_kubernetes_waste_tickets

Create tickets for Kubernetes waste including idle nodes, over-provisioned workloads, and orphaned Helm releases. Specify a minimum monthly waste threshold to filter tickets.

Instructions

Create tickets for Kubernetes waste findings: idle nodes, over-provisioned workloads, and orphaned Helm releases.

Args: min_monthly_waste: Only ticket findings above this threshold (default $50/mo)

Examples: - "Create tickets for all Kubernetes waste" - "File Jira issues for idle K8s nodes" - "Open issues for orphaned Helm releases"

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_monthly_wasteNo
Behavior3/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It mentions the min_monthly_waste threshold but does not divulge side effects (e.g., idempotency, duplicate ticket handling, auth requirements) or what happens upon creation beyond the ticket being created.

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

Conciseness4/5

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

The description is compact, with a clear purpose, parameter explanation, and relevant examples. It is well-organized and front-loaded with the core functionality. A minor improvement could be removing the 'Args:' label to reduce verbosity.

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 only one parameter and no output schema, the description is fairly complete. It covers the purpose, the threshold parameter, and provides usage examples. However, it does not specify the target system for tickets (e.g., Jira, internal system) or error handling, but these gaps are minor for this simple tool.

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

Parameters4/5

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

The input schema provides only type and default for min_monthly_waste; the description adds meaningful context: 'Only ticket findings above this threshold (default $50/mo)', which clarifies the parameter's purpose and usage, going beyond the schema.

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 it creates tickets for Kubernetes waste findings, listing specific categories (idle nodes, over-provisioned workloads, orphaned Helm releases), which distinguishes it from sibling ticket-creation tools like create_anomaly_tickets or create_rightsizing_tickets.

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

Usage Guidelines4/5

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

Examples illustrate when to use the tool (e.g., 'Create tickets for all Kubernetes waste'), and the specification of Kubernetes waste implicitly guides against using it for other waste types. However, it lacks explicit 'when not to use' statements or direct comparisons to alternatives.

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