Skip to main content
Glama

get_tkc_cluster

Read-onlyIdempotent

Retrieve detailed configuration and status for a specific Tanzu Kubernetes Grid cluster by providing its name and namespace.

Instructions

[READ] Get detailed info for a single TKC cluster.

Args: name: TKC cluster name. namespace: vSphere Namespace containing the cluster. target: vCenter target name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
namespaceYes
targetNo
Behavior3/5

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

Annotations already provide readOnlyHint=true, destructiveHint=false, idempotentHint=true, openWorldHint=true. The description adds only the '[READ]' tag, which is redundant. It does not disclose what 'detailed info' includes, authorization needs, or any other behaviors beyond annotations.

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 extremely concise: one line stating purpose plus a minimal docstring listing parameters. No superfluous text. Every sentence adds value and the purpose is front-loaded.

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 get operation with good annotations and no output schema, the description adequately covers input parameters but fails to specify the return format or contents. Given siblings like 'get_tkc_kubeconfig' that return specific items, this description could be more complete by noting what 'detailed info' entails.

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 provides clear, concise explanations for all three parameters (name, namespace, target), clarifying their roles (e.g., 'vSphere Namespace containing the cluster'). This fully compensates for the schema's lack of descriptions.

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 verb 'Get' and the resource 'detailed info for a single TKC cluster', with the '[READ]' prefix reinforcing it. The tool name and description distinguish it from siblings like 'list_tkc_clusters' (list all) and 'create_tkc_cluster'.

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?

No explicit guidance on when to use this tool vs alternatives (e.g., list_tkc_clusters, get_tkc_kubeconfig). Usage context is implied by the name and description but not explicitly stated, leaving the agent to infer without clear when-not criteria.

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