Skip to main content
Glama

vsphere_list_vms

Read-onlyIdempotent

List VMware VMs with power state, resources, and guest details. Filter by name, datacenter, cluster, power state, or IP, and page through results.

Instructions

List virtual machines with power state, resources and guest details.

All filters are combined with AND. Results are capped; check the truncated field and page with offset when it is true.

Args: name: VM name filter. Plain text matches as a case-insensitive substring; * and ? enable glob matching. power_state: poweredOn, poweredOff or suspended. datacenter: Only VMs in this datacenter. cluster: Only VMs whose host belongs to this cluster. host: Only VMs registered to this ESXi host (name or moid). guest_os: Filter on the configured guest OS name, e.g. Ubuntu. ip_address: Filter on the primary guest IP address (substring match). include_templates: Include VM templates alongside real VMs. only_templates: Return only VM templates. limit: Maximum number of VMs to return. offset: Number of matches to skip, for paging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNo
nameNo
limitNo
offsetNo
clusterNo
guest_osNo
datacenterNo
ip_addressNo
power_stateNo
only_templatesNo
include_templatesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark it as read-only and idempotent; the description adds behavioral details like result capping, the truncated field, and glob matching semantics for name filters, which go beyond the structured 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 compact, front-loaded with a one-line summary, and the Args list is structured and free of fluff. Every sentence earns its place.

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?

Given 11 optional parameters and an output schema, the description covers filter semantics, pagination, and the truncated flag, making it sufficient for correct invocation. The output schema presumably covers return values, so no need to describe them.

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?

With 0% schema description coverage, the description's Args section fully documents all 11 parameters, including types, semantics, and examples (e.g., substring matching, glob support, power_state values). This adequately compensates for the lack of schema 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 'List virtual machines with power state, resources and guest details' – a specific verb and resource that distinguishes it from sibling tools like get_vm or list_hosts.

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?

It explains that filters are combined with AND and provides pagination instructions with the truncated field and offset, giving clear context for how to use filters and page. It does not explicitly name alternatives, but the listing vs getting distinction is evident from the description.

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/ISH2YU/VMware-MCP'

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