Skip to main content
Glama
galkremer1
by galkremer1

get_managed_cluster_status

Retrieve join and available conditions for a ManagedCluster from the hub by providing cluster name and kubeconfig. Use it to verify cluster status or troubleshoot readiness.

Instructions

Read ManagedCluster join/available conditions from the hub.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_nameYes
hub_kubeconfigYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior3/5

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

The verb 'Read' communicates a non-mutating, read-only operation, which is the main behavioral signal. However, with no annotations, the description does not disclose output form, error behavior, or access requirements beyond the phrase 'from the hub.'

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 clause with the verb front-loaded and no filler words; every word carries meaning. It is appropriately sized for the simple operation it describes.

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 simple two-parameter read with no annotations or output schema, the description states the operation, source, and target status data. It is not fully complete because it omits parameter details and alternative routing, but it gives enough core context for a straightforward status read.

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

Parameters2/5

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

With 0% schema coverage and no property descriptions, the description must explain parameters, but it never mentions hub_kubeconfig or cluster_name directly. It only indirectly connects 'hub' to hub_kubeconfig and 'ManagedCluster' to cluster_name, which is insufficient to fully define formats or roles.

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?

States a specific read operation ('Read') on a specific resource ('ManagedCluster join/available conditions') and locates it ('from the hub'). The resource is specific enough to distinguish it from general sibling operations like get_cluster_info, though it does not name any sibling explicitly.

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 does not give explicit when-to-use or when-not-to-use guidance or name alternatives. It only implies that the tool is appropriate when hub-side ManagedCluster join/available status is needed, so it provides minimal contextual routing.

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