Skip to main content
Glama
rsp2k
by rsp2k

scale_kubernetes_node_pool

Scale Kubernetes node pools to adjust compute capacity for Vultr clusters. Specify target node count using cluster and node pool identifiers.

Instructions

Scale a node pool to the target number of nodes. 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 target_node_count: Target number of nodes (minimum 1)

Returns: Scaling operation details and status

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
nodepool_identifierYes
target_node_countYes
Behavior2/5

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

With no annotations provided, the description carries full burden but offers minimal behavioral insight. It mentions 'smart identifier resolution' and returns 'scaling operation details and status', but lacks critical details like permissions required, whether scaling is immediate or gradual, potential downtime, cost implications, or error conditions. This is inadequate for a mutation tool with zero annotation coverage.

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 with a clear purpose statement, parameter explanations, and return information in separate sections. Every sentence adds value without redundancy, making it easy to parse and understand quickly.

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

Completeness3/5

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

Given no annotations, no output schema, and 3 parameters, the description is partially complete. It covers parameters well but lacks behavioral transparency for a mutation tool. The return statement is vague ('details and status'), and there's no error handling or prerequisite info, making it adequate but with significant gaps for safe operation.

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%, but the description compensates well by explaining all three parameters in the Args section, clarifying their purposes (e.g., 'cluster label or ID', 'node pool label or ID', 'Target number of nodes (minimum 1)'). This adds meaningful context beyond the bare schema, though it doesn't cover format specifics like label syntax.

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 action ('Scale a node pool') and resource ('node pool'), with the verb 'scale' being specific. It distinguishes from siblings like 'create_kubernetes_node_pool' or 'delete_kubernetes_node_pool' by focusing on resizing, but doesn't explicitly contrast with similar tools like 'update_kubernetes_node_pool' which might have overlapping functionality.

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. It mentions 'smart identifier resolution' but doesn't specify prerequisites, constraints, or compare it to other scaling-related tools in the sibling list, leaving the agent without context for decision-making.

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