Skip to main content
Glama
vmware-skills

vmware-vdi

event_list

Read-onlyIdempotent

List Horizon audit events newest first with optional severity filter. Paginated results show time, severity, type, module, user, machine, and message to help identify recent problems.

Instructions

[READ] List Horizon audit events (newest first), optionally filtered by severity. Paginated.

Each item: time, severity, type, module, user, machine, message. Use for "what went wrong recently".

Args: severity: Filter by severity (e.g. ERROR, WARNING, AUDIT_FAIL). limit: Page size (default 50). offset: Page offset. target: Horizon target from config.yaml; omit to use the default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
offsetNo
targetNo
severityNo
Behavior4/5

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

The description adds behavioral context beyond the annotations by stating 'newest first' ordering, pagination, return item fields, and the target config source. Annotations already cover read-only/destructive/idempotent safety, so the added details are useful and non-contradictory.

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 front-loaded with '[READ]' and a concise summary, followed by a short field list and a structured args block. Every sentence contributes useful information without redundancy or unnecessary verbosity.

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 the absence of an output schema, the description compensates by enumerating returned item fields. It covers ordering, filtering, pagination, and usage context. Annotations handle the safety profile, leaving no significant gaps for correct invocation.

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 coverage, the description fully compensates by explaining each parameter: severity with examples (ERROR, WARNING, AUDIT_FAIL), limit as page size with default, offset as page offset, and target as coming from config.yaml. This adds semantic meaning far beyond the bare property definitions.

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?

Clearly states 'List Horizon audit events (newest first), optionally filtered by severity,' with a specific verb and resource. Distinguishes from sibling tools like session_list and machine_list by focusing on audit events and explicitly connecting to 'what went wrong recently.'

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?

Provides a direct use case: 'Use for "what went wrong recently".' This clarifies when to invoke the tool, though it does not explicitly name alternative tools or exclusion criteria. Given that no sibling tool covers audit events, the guidance is sufficient.

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