Skip to main content
Glama
vmware-skills

VMware-Monitor

vcenter_deployment_size

Read-onlyIdempotent

Check vCenter appliance deployment size to support capacity planning. Returns current and target size classes, plus availability status even when vCenter is busy or restarting.

Instructions

[READ] vCenter appliance deployment size (NEW in vSphere 9.1, REST).

When to use: to read the vCenter appliance's current (and, where reported, target) deployment size class — capacity-planning context that inventory/perf tools do not cover.

What it returns: {available, note, fields} where fields is a defensive passthrough of the endpoint's top-level scalar values. available: False means vCenter answered 503 (busy/restarting); nothing crashed.

Gotchas: 9.1-only endpoint — older vCenters will 404 (authored teaching error). Endpoint and field parse verified against a live VCF 9.1 vCenter. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNovCenter target from config (default if omitted).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv1.9.2

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the readOnly/idempotent annotations, explaining the exact return shape ({available, note, fields}), the meaning of available: False (vCenter 503, nothing crashed), and the 9.1-only endpoint behavior with older vCenters returning 404. This gives the agent essential runtime context and failure semantics.

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 compact, well-structured into 'When to use,' 'What it returns,' and 'Gotchas.' Every sentence serves a purpose, and the most important information (what it reads, when to use it) appears first without unnecessary padding.

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

Completeness5/5

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

For a tool with one optional parameter, no output schema, and rich annotations, the description covers all relevant context: purpose, use case, return format, failure semantics, API version constraints, and verification status. An agent has everything needed to correctly invoke and interpret the result.

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

Parameters3/5

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

The input schema fully documents the only parameter 'target' with a clear description, so schema coverage is 100%. The tool description adds no parameter-specific details, but none are needed since the schema already covers it; baseline 3 is appropriate.

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 opens with a clear verb and resource: '[READ] vCenter appliance deployment size,' and further specifies it reads current and target deployment size class. It also distinguishes itself from sibling inventory/perf tools by stating this is capacity-planning context they do not cover.

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 'When to use' section explicitly states the intended use case: reading vCenter deployment size class for capacity planning. It also notes that inventory/perf tools do not cover this context, providing implicit guidance on alternatives, though it does not explicitly name a specific sibling to use instead.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/vmware-skills/VMware-Monitor'

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