Skip to main content
Glama

Kubecost MCP Server

create_budget

Create budget rules in Kubecost to monitor and control Kubernetes cluster spending by setting spending limits and configuring alerts for cost overruns.

Instructions

Create a new budget rule in Kubecost

Input Schema

NameRequiredDescriptionDefault
actionsYes
intervalYes
intervalDayYes
kindYes
nameYes
spendLimitYes
valuesYes

Input Schema (JSON Schema)

{ "properties": { "actions": { "items": { "additionalProperties": false, "properties": { "emails": { "items": { "type": "string" }, "type": "array" }, "msTeamsWebhooks": { "items": { "type": "string" }, "type": "array" }, "percentage": { "type": "number" }, "slackWebhooks": { "items": { "type": "string" }, "type": "array" } }, "required": [ "percentage" ], "type": "object" }, "type": "array" }, "interval": { "enum": [ "weekly", "monthly" ], "type": "string" }, "intervalDay": { "type": "number" }, "kind": { "enum": [ "soft", "hard" ], "type": "string" }, "name": { "type": "string" }, "spendLimit": { "type": "number" }, "values": { "additionalProperties": false, "properties": { "cluster": { "items": { "type": "string" }, "type": "array" }, "label": { "additionalProperties": { "items": { "type": "string" }, "type": "array" }, "type": "object" }, "namespace": { "items": { "type": "string" }, "type": "array" } }, "type": "object" } }, "required": [ "name", "values", "kind", "interval", "intervalDay", "spendLimit", "actions" ], "type": "object" }

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/cortezcristian/kubecost-mcp'

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