Skip to main content
Glama

vm_list

Lists VMs from Nutanix Prism Central, distinguishing AHV and ESXi hypervisors. Supports configurable limits and ESXi inclusion for flexible inventory retrieval.

Instructions

[READ] List VMs — AHV and (by default) ESXi-backed too; hypervisor field distinguishes.

Args:
    include_esxi: Include ESXi-backed VMs Prism Central can see (default True).
    limit: Max rows to return (default 500). The result reports
        `returned`, `limit`, and `truncated` so a capped read is visible.
    target: Prism Central target name from config; omit for the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
targetNo
include_esxiNo
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses defaults for include_esxi and limit, and mentions that the result reports 'returned', 'limit', and 'truncated' for capped reads. Provides useful behavioral details beyond a basic read annotation.

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?

Very concise: 7 lines including Args section. Front-loaded with purpose in first sentence. No redundant or unnecessary text.

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?

Covers purpose, parameters, and pagination behavior. Lacks explicit details about response fields (but no output schema). Adequate for a list tool with optional parameters and expected truncation handling.

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 coverage is 0%, but description fully compensates: explains each parameter's purpose and behavior (include_esxi default True, limit default 500 with truncation reporting, target as Prism Central name). Adds meaning beyond schema names and types.

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?

Starts with '[READ] List VMs — AHV and (by default) ESXi-backed too; hypervisor field distinguishes.' Clearly states verb (List), resource (VMs), and scope (AHV and ESXi). Distinguishes from sibling list tools by mentioning hypervisor field.

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?

Implied usage: list VMs. No explicit when-to-use or when-not-to-use compared to sibling tools like snapshot_list or vm_get. Lacks guidance on alternatives.

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/AIops-tools/Nutanix-AIops'

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