Skip to main content
Glama

host_list

List hosts across all clusters in Nutanix Prism Central with details on ID, cluster, hypervisor, and CPU/memory. Supports configurable limit and optional target.

Instructions

[READ] List hosts across all clusters (extId, cluster, hypervisor, CPU/mem).

Args:
    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
Behavior4/5

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

With no annotations, the description carries the burden. It clearly indicates the tool is read-only via '[READ]' and discloses that the limit parameter results in a capped read with truncation indicators. No side effects or authorization information is given, but the read behavior is well explained.

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 concise and front-loaded with a [READ] tag and a brief purpose, followed by parameter bullet points. Every sentence adds value without redundancy.

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?

For a simple list tool with two params and no output schema, the description provides a good overview including response truncation fields. It could be slightly improved by stating the response is an array of hosts, but it is generally complete.

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 the description adds substantial meaning: limit is described as max rows with behavior (capped read, returned/limit/truncated fields), and target is explained as a Prism Central target name from config. This compensates fully 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 it is a READ operation to list hosts across all clusters, and explicitly lists the fields returned (extId, cluster, hypervisor, CPU/mem). It distinguishes from sibling tools like snapshot_list or vm_list by specifying the resource 'host' and the scope 'across all clusters'.

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?

The description tags the tool as [READ] and explains the limit and target arguments, but does not explicitly state when to use this tool versus alternatives. No guidance on prerequisites or when to omit the target is provided beyond the parameter 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/AIops-tools/Nutanix-AIops'

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