Skip to main content
Glama
vmware-skills

io.github.zw008/vmware-log-insight

alert_history

Read-onlyIdempotent

Retrieve recent trigger-history records for a specific alert to see when it fired. Use the total count and truncated flag to determine if older records were omitted, then increase the limit if needed.

Instructions

[READ] List recent trigger-history records for an alert.

Use this for when an alert fired, not how it's defined. alert_id = the alert id (from alert_list). limit = max records (default 50). target = target name from config. Returns the family list envelope {items, returned, limit, total, truncated, hint}; each item is {timestamp_ms, info}. total is the real history-record count, so truncated answers whether older records were left behind — raise limit when true. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
targetNo
alert_idYes
Behavior5/5

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

Beyond the readOnlyHint and idempotentHint annotations, the description explains the list envelope structure, the meaning of 'total' and 'truncated', and instructs to raise the limit when truncated is true. This adds valuable behavioral context not present in 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 efficiently structured: a bracketed [READ] prefix, a one-line summary, usage guidance, parameter explanations, and return format. Every sentence adds value with no repetition or fluff.

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 no output schema, the description fully documents the response envelope and item fields, including guidance on interpreting truncated. It covers purpose, parameters, behavior, and output, making it highly complete for a list tool.

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 fully compensates by explaining each parameter: alert_id (from alert_list), limit (max records, default 50), and target (target name from config). This goes well beyond the raw schema 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?

The description clearly states the tool's function: 'List recent trigger-history records for an alert.' It also distinguishes from siblings by clarifying it's for when an alert fired, not how it's defined, and references alert_list as a source for alert_id.

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?

Explicitly tells when to use this tool vs alternatives: 'Use this for when an alert fired, not how it's defined.' Also references alert_list for obtaining the alert_id, providing cross-tool context.

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-Log-Insight'

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