Skip to main content
Glama
rsp2k
by rsp2k

delete_kubernetes_node_pool

Remove a node pool from a Kubernetes cluster using cluster and node pool labels or IDs to manage resources and optimize costs.

Instructions

Delete a node pool from a Kubernetes cluster. Smart identifier resolution: use cluster/node pool labels or UUIDs.

Args: cluster_identifier: The cluster label or ID nodepool_identifier: The node pool label or ID to delete

Returns: Deletion status message

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
nodepool_identifierYes
Behavior2/5

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

With no annotations provided, the description carries full burden. It states the action is a deletion but doesn't disclose critical behavioral traits: whether this is destructive (likely, but not confirmed), if it requires specific permissions, what happens to nodes in the pool, if it's reversible, or any rate limits. The return value is mentioned but not detailed.

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 efficiently structured: a clear purpose statement, identifier resolution note, and separate Args/Returns sections. Every sentence adds value with no redundancy, making it easy to parse and front-loaded with key information.

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 lacks critical context: safety warnings, permission requirements, impact on cluster resources, error conditions, or detailed return format. The sibling list includes similar tools, but no differentiation is provided.

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?

Schema description coverage is 0%, so the description must compensate. It explicitly lists both parameters with brief semantics ('cluster label or ID', 'node pool label or ID to delete') and adds value with 'smart identifier resolution' explaining label/UUID usage. This covers the two parameters adequately beyond the bare 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 the specific action ('Delete') and resource ('a node pool from a Kubernetes cluster'), and distinguishes from siblings like 'delete_kubernetes_cluster' or 'delete_kubernetes_node' by specifying the exact resource type. The mention of 'smart identifier resolution' adds precision about how identifiers work.

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 'delete_kubernetes_cluster_with_resources' or 'scale_kubernetes_node_pool'. It mentions identifier resolution but doesn't specify prerequisites, exclusions, or contextual triggers for deletion.

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