Skip to main content
Glama

check_vks_compatibility

Read-onlyIdempotent

Check if your vCenter supports VKS by verifying vSphere version and WCP-enabled clusters. Returns compatibility status, version, and hints for next steps.

Instructions

[READ] Check if this vCenter supports VKS (requires vSphere 8.x+).

Returns: compatible (bool), vcenter_version, wcp_enabled_clusters, hint. Call this first before any VKS operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description adds specifics like return fields (compatible, vcenter_version, etc.) and the vSphere requirement, enhancing transparency.

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 concise with two sentences and a bullet-like list of returns, front-loaded with [READ] tag. It is well-structured but could be slightly more formal.

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?

Given the simple nature of the tool and comprehensive annotations, the description is fairly complete. It lists return fields and usage directive, though parameter info is missing.

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?

The input schema has one optional parameter 'target' with no description coverage (0%). The description does not explain this parameter, leaving its purpose and usage unclear beyond the schema.

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 checks VKS compatibility with a prerequisite (vSphere 8.x+), and distinguishes from sibling tools like create_namespace by advising to call first before VKS operations.

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 explicitly says 'Call this first before any VKS operations', providing clear usage context. It also mentions the vSphere requirement but does not explicitly cover when not to use it.

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