Skip to main content
Glama
jhmorimoto

Kubernetes Read-Only MCP

by jhmorimoto

list_nodes

Read-only

Diagnose cluster health by listing node readiness, roles, versions, and pressure conditions.

Instructions

List nodes with readiness, roles, version and pressure conditions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
clusterYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so no need to state that. The description adds some behavioral context by noting that node readiness, roles, version, and pressure conditions are returned, which goes beyond a generic 'list nodes'. However, it doesn't clarify how the cluster parameter scope or whether any filtering applies.

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 a single, front-loaded sentence with no wasted words. It immediately states the action and the useful detail of what is listed.

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?

The simple tool definition is adequate: annotations cover safety, an output schema exists, and the description conveys the core purpose. But the lack of usage guidance and parameter elaboration leaves meaningful gaps for an agent trying to decide when and how to use it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one required parameter, 'cluster', with 0% description coverage. The tool description doesn't mention 'cluster' at all, leaving its meaning and accepted values ambiguous. There is no compension for the lack of schema documentation.

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 states a specific verb ('List'), a clear resource ('nodes'), and explicitly names the information included (readiness, roles, version, pressure conditions). This clearly distinguishes it from siblings that target other resources like clusters, pods, deployments, and configmaps.

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 when-to-use or when-not-to-use guidance is provided. The description does not mention alternatives or exclusions, so an agent must infer when to choose this over list_clusters or get_cluster_health.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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