Skip to main content
Glama
mmpyro

vcluster-mcp

by mmpyro

vcluster_describe

Retrieve comprehensive details about a virtual cluster, including status, resource usage, and configuration. Use this to inspect cluster state and troubleshoot issues.

Instructions

Describe a specific vcluster in detail.

This function retrieves detailed information about a specific vcluster, including its status, resources, and configuration. The information is returned as serialized JSON on success, or an error object if the command failed.

Args: name: The name of the vcluster to describe. namespace: Optional namespace where the vcluster is located. If not provided, defaults to the vcluster name. kubeconfig_path: Optional path to a kubeconfig file. If not provided, the default kubeconfig from the environment will be used.

Returns: Union[Dict, str]: Detailed vcluster information on success, or error object if failed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
namespaceNo
kubeconfig_pathNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses that information is returned as serialized JSON on success or an error object on failure, and details what info is included (status, resources, configuration). While not explicitly saying it is read-only, the verb 'describe' implies no mutation, and the return/error behavior is adequately disclosed.

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 front-loaded with the core purpose, then a slight elaboration, followed by a structured Args list and Returns note. It is somewhat verbose, but every sentence adds value (what info is retrieved, parameter defaults, failure behavior). It is appropriately sized for a tool with three parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a describe tool with an output schema available (as indicated by context signals), the description covers the essential aspects: purpose, parameter defaults, and error behavior. It does not explain prerequisites like cluster access, but for this simple read operation the coverage is adequate and complete enough for an agent to select and invoke it correctly.

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

Parameters5/5

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

Schema description coverage is 0%, but the description's Args section fully compensates: it explains the name parameter, states namespace is optional with a default to the vcluster name, and clarifies kubeconfig_path falls back to the environment default. This adds meaningful semantics beyond the bare schema types and titles.

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 clearly states the tool's function: 'Describe a specific vcluster in detail.' It specifies the resource (vcluster), the granularity (specific, not listing all), and the kind of information (status, resources, configuration). This distinguishes it from sibling tools like vcluster_list and vcluster_create.

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

Usage Guidelines4/5

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

The description clearly indicates when to use it: when you need detailed information about a single vcluster. It mentions optional namespace behavior and kubeconfig defaults, which helps in practical usage. However, it does not explicitly state when not to use it or name alternatives like vcluster_list for listing all clusters.

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/mmpyro/vcluster-mcp'

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