Skip to main content
Glama

get_tkc_kubeconfig

Retrieve Kubernetes configuration for Tanzu Kubernetes Clusters to enable kubectl access and cluster management operations.

Instructions

Get kubeconfig for a TKC cluster.

Args: name: TKC cluster name. namespace: vSphere Namespace. output_path: Write to file if provided (e.g. '~/.kube/my-cluster.yaml'). Returns kubeconfig string if not specified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
namespaceYes
output_pathNo
targetNo
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It successfully explains the dual output modes (filesystem write vs. string return), but omits safety-critical context for a credential-retrieval tool, such as whether file writes are destructive (overwrite existing), permission requirements, or kubeconfig expiration behavior.

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 uses an efficient Args: structure that front-loads the essential information. The multi-line explanation for output_path is appropriately indented and includes a concrete example, making efficient use of space without redundancy.

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 tool handling sensitive credentials with no output schema or annotations, the description adequately covers the primary retrieval mechanism but leaves gaps. The missing 'target' parameter documentation and lack of security context (handling kubeconfig files) prevent it from being fully complete, though the core functionality is understandable.

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?

Given 0% schema description coverage, the description must fully compensate but fails to document the 'target' parameter entirely. While it adds useful semantic context for 'name' (TKC cluster name), 'namespace' (vSphere Namespace), and 'output_path' (with helpful example), the undocumented fourth parameter represents a significant gap for an undocumented schema.

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 specific action (Get) and resource (kubeconfig) for TKC clusters, distinguishing it from sibling 'get_tkc_cluster' which retrieves cluster metadata rather than credentials. However, it does not explicitly differentiate from 'get_supervisor_kubeconfig', which retrieves similar configuration for a different cluster type.

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 effectively explains the conditional behavior of the output_path parameter (file write vs. string return), which guides usage patterns. However, it lacks explicit guidance on when to use this versus 'get_supervisor_kubeconfig' or prerequisites like required permissions for the target namespace.

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