Skip to main content
Glama
rsp2k
by rsp2k

list_kubernetes_nodes

Retrieve Kubernetes node details from a specific cluster and node pool using labels or UUIDs to monitor status and configuration.

Instructions

List all nodes in a specific node pool. 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

Returns: List of nodes with status and configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_identifierYes
nodepool_identifierYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions 'Smart identifier resolution' and the return format ('List of nodes with status and configuration'), which adds some context. However, it lacks details on permissions, rate limits, pagination, or error handling, which are important for a read operation in a Kubernetes context. The description does not contradict annotations (none exist), but it is insufficiently informative.

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 well-structured and front-loaded with the main purpose, followed by parameter explanations and return information. It uses bullet points for clarity and avoids unnecessary words. However, the 'Smart identifier resolution' note could be integrated more smoothly, and it slightly disrupts flow, preventing a perfect score.

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 the complexity (Kubernetes nodes listing), lack of annotations, and no output schema, the description is moderately complete. It covers purpose, parameters, and return format, but misses behavioral aspects like pagination, authentication needs, or error cases. For a tool with 2 parameters and no structured support, it provides a baseline but lacks depth for robust agent use.

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 adds meaning by explaining the parameters: 'cluster_identifier: The cluster label or ID' and 'nodepool_identifier: The node pool label or ID,' clarifying that identifiers can be labels or UUIDs. This provides useful semantics beyond the bare schema, though it could include examples or format details. With 2 parameters, this is a solid effort.

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 tool's purpose: 'List all nodes in a specific node pool.' It specifies the verb ('List'), resource ('nodes'), and scope ('in a specific node pool'), making the action clear. However, it does not explicitly differentiate from sibling tools like 'list_kubernetes_clusters' or 'list_kubernetes_node_pools', which list different resources, so it falls short of a perfect score.

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

Usage Guidelines3/5

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

The description implies usage by mentioning 'Smart identifier resolution: use cluster/node pool labels or UUIDs,' which suggests context for how to use identifiers, but it does not explicitly state when to use this tool versus alternatives (e.g., 'list_kubernetes_clusters' for clusters or 'get_kubernetes_node' for a single node). No exclusions or prerequisites are provided, leaving usage somewhat inferred.

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