Skip to main content
Glama
rsp2k
by rsp2k

update_kubernetes_cluster

Modify a Kubernetes cluster's configuration by updating its label using either the cluster's name or ID through Vultr MCP server.

Instructions

Update a Kubernetes cluster configuration. Smart identifier resolution: use cluster label or UUID.

Args: cluster_identifier: The cluster label or ID label: New label for the cluster

Returns: Update status message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
labelNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states this is an update operation but doesn't mention required permissions, whether changes are reversible, rate limits, or what happens to unspecified configuration fields. The mention of 'smart identifier resolution' adds minimal context but leaves critical behavioral traits undocumented.

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 appropriately sized with three clear sections (purpose, args, returns). The front-loaded purpose statement is efficient, though the 'smart identifier resolution' note could be more integrated. No wasted sentences, but minor structural improvements are possible.

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

Completeness2/5

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

For a mutation tool with no annotations, 0% schema coverage, and no output schema, the description is incomplete. It lacks information about permissions, side effects, error conditions, and the format of the 'Update status message' return value. Given the complexity of updating a Kubernetes cluster, more behavioral and contextual details are needed.

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

Parameters3/5

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

Schema description coverage is 0%, so the description must compensate. It explains that 'cluster_identifier' accepts 'cluster label or UUID' and 'label' is a 'New label for the cluster', which adds meaningful semantics beyond the bare schema. However, it doesn't cover constraints like label format or length, leaving some parameter details incomplete.

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

Purpose4/5

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

The description clearly states the verb ('Update') and resource ('Kubernetes cluster configuration'), making the purpose specific and understandable. However, it doesn't explicitly differentiate from sibling tools like 'update_kubernetes_node_pool' or 'upgrade_kubernetes_cluster', which would require more precise scope definition.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives like 'update_kubernetes_node_pool' or 'upgrade_kubernetes_cluster'. It mentions 'smart identifier resolution' but doesn't clarify prerequisites, constraints, or appropriate contexts for usage.

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/rsp2k/mcp-vultr'

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