Skip to main content
Glama
vmware-skills

vmware-vdi

health_summary

Read-onlyIdempotent

Get a one-glance Horizon VDI health status: session totals by state, problem machines, pool availability. Use it as the first call to assess VDI health and drill into issues.

Instructions

[READ] One-glance Horizon VDI health: session totals by state, problem machines, pool availability.

The first thing to call for "how is VDI right now?". Aggregates sessions, machines, and pools into a compact status. Drill into problems with machine_list --state or session_list.

Args: target: Horizon target from config.yaml; omit to use the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNo
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds that it aggregates sessions, machines, and pools into a compact status, which is valuable behavioral context beyond annotations. No contradiction exists.

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?

Three concise sentences plus an Args block; every sentence earns its place. The description is front-loaded with purpose and usage, and there is no redundancy or filler.

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?

Despite lacking an output schema, the description clearly states what the tool returns (session totals, problem machines, pool availability) and points to complementary tools for deeper investigation. It is complete for the tool's intended one-glance summary role.

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?

The only parameter, 'target', is documented in the description: 'Horizon target from config.yaml; omit to use the default.' This compensates fully for the schema's 0% description coverage and gives the agent exactly what it needs to use the parameter correctly.

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?

Description opens with '[READ] One-glance Horizon VDI health' and specifies the output categories: session totals by state, problem machines, pool availability. It clearly positions itself as the first-stop health summary and distinguishes itself from sibling tools like machine_list and session_list.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use: 'The first thing to call for "how is VDI right now?"' and provides alternatives for drill-down: 'Drill into problems with machine_list --state or session_list.' This gives the agent clear decision rules.

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

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