Skip to main content
Glama
rsp2k
by rsp2k

delete_kubernetes_cluster

Remove a Kubernetes cluster from Vultr cloud infrastructure using either its label or UUID for identification.

Instructions

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

Args: cluster_identifier: The cluster label or ID to delete

Returns: Deletion status message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions 'Smart identifier resolution' (accepting label or UUID), it doesn't describe critical behavioral aspects: whether deletion is permanent/reversible, what permissions are required, whether associated resources are also deleted, or what happens to running workloads. For a destructive operation with zero annotation coverage, this is insufficient.

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 efficiently structured with a clear purpose statement followed by Args and Returns sections. All sentences earn their place, though the 'Smart identifier resolution' note could be more integrated with the parameter description rather than as a separate introductory sentence.

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 destructive deletion tool with no annotations and no output schema, the description is incomplete. It doesn't address critical context like irreversible consequences, required permissions, error conditions, or what the 'Deletion status message' actually contains. The presence of a sibling deletion tool with different behavior further highlights the incompleteness.

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 schema has 0% description coverage for its single parameter, but the description compensates well by explaining that 'cluster_identifier' accepts either 'cluster label or UUID' and provides the 'Smart identifier resolution' context. This adds meaningful semantic information beyond the bare schema type definition.

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 'Delete' and resource 'Kubernetes cluster', making the purpose specific and understandable. However, it doesn't explicitly distinguish this tool from its sibling 'delete_kubernetes_cluster_with_resources', which appears to be a similar deletion tool with different behavior.

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. There's no mention of prerequisites, consequences, or comparison with the sibling 'delete_kubernetes_cluster_with_resources' tool, leaving the agent with no usage context beyond the basic purpose.

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