Skip to main content
Glama

get_supervisor_status

Read-onlyIdempotent

Retrieve Supervisor Cluster status, including configuration, Kubernetes status, API server endpoint, and version, by providing the cluster ID and optional vCenter target.

Instructions

[READ] Get Supervisor Cluster status.

Args: cluster_id: Compute cluster MoRef ID (e.g. 'domain-c1'). target: vCenter target name (uses default if not specified).

Returns: config_status, kubernetes_status, api_server_endpoint, k8s_version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cluster_idYes
targetNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, etc. Description adds [READ] and return fields, but does not elaborate on auth needs or rate limits. Slight additional value.

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?

Concise format with clear sections: tag, one-line purpose, Args list, Returns. Every sentence adds value.

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?

Adequate for a simple read tool with annotations, but lacks details on preconditions (e.g., cluster must exist) or error handling. Returns are listed but not fully described.

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?

Despite 0% schema coverage, description explains each param: cluster_id as MoRef ID with example, target as vCenter name with default. Adds significant meaning beyond schema types.

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?

Description clearly states 'Get Supervisor Cluster status' with a [READ] prefix, specifying the resource and action. It distinguishes from siblings like get_supervisor_kubeconfig by focus on status.

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 over alternatives like get_supervisor_kubeconfig or get_tkc_cluster. Missing 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/zw008/VMware-VKS'

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