Skip to main content
Glama
mjrestivo16
by mjrestivo16

k8s_list_nodes

Retrieve a comprehensive list of all Kubernetes cluster nodes, including their current status, assigned roles, and available resource details for cluster management.

Instructions

List all nodes in the cluster with their status, roles, and resource information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions what information is returned (status, roles, resource info) but doesn't disclose behavioral traits like pagination, rate limits, permissions required, or whether it's a read-only operation. For a Kubernetes tool with zero annotation coverage, this is a significant gap.

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?

Single sentence that efficiently conveys the core functionality without unnecessary words. Every element ('List all nodes', 'in the cluster', 'with their status, roles, and resource information') serves a clear purpose.

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?

For a zero-parameter read operation with no output schema, the description adequately explains what the tool does. However, given the complexity of Kubernetes operations and lack of annotations, it should ideally mention that it's a read-only listing operation and potentially clarify output format or limitations.

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 tool has 0 parameters with 100% schema description coverage (empty schema). The description doesn't need to explain parameters, so it appropriately focuses on the tool's purpose. No parameter information is required or missing.

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 ('List') and resource ('all nodes in the cluster') with specific attributes ('status, roles, and resource information'). It distinguishes from siblings like k8s_get_node (singular) and k8s_describe_node (detailed view), but doesn't explicitly mention these distinctions.

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?

No guidance on when to use this tool versus alternatives like k8s_get_node, k8s_describe_node, or k8s_top_nodes. The description implies a broad listing operation but doesn't specify use cases, prerequisites, or exclusions.

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/mjrestivo16/mcp-kubernetes'

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