Skip to main content
Glama
apollion69

vmware-aria-logs

by apollion69

detect_incidents

Detects mass log incidents by clustering similar events and ranking those exceeding a configurable threshold, providing signature, event count, blast radius, and sample text.

Instructions

Detect mass log incidents using signature clustering (Stormbreaker engine).

Queries events, groups them by normalized signature pattern, and returns clusters that exceed the mass threshold — ranked by event count.

Args: lookback_minutes: How far back to search (default 60 minutes). search_term: Free-text search term (optional, empty = all events). event_limit: Max events to fetch for analysis (default 5000). mass_threshold: Min events per signature to qualify as incident (default 5). max_incidents: Max incidents to return (default 20).

Returns: JSON with ranked incidents including signature, event count, blast radius (affected sources), and sample text.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookback_minutesNo
search_termNo
event_limitNo
mass_thresholdNo
max_incidentsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It transparently describes that the tool queries events, groups by signature, and returns clusters above a threshold. It does not mention any side effects or mutability, but the verb 'detect' implies a read-only operation. However, it lacks explicit non-destructive declaration.

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 well-structured with a one-line purpose, a process overview, a parameter list with explanations, and a return value summary. Every sentence is informative and efficiently written without redundancy.

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 tool has 5 parameters, no annotations, and an output schema exists, the description covers purpose, process, parameter semantics, and return format adequately. It provides sufficient context for an AI agent to understand and invoke the tool correctly.

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%, so the description compensates fully with clear explanations for all five parameters: lookback_minutes, search_term, event_limit, mass_threshold, max_incidents. Each has a concise purpose and default value stated, adding significant meaning beyond the bare schema.

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 detects mass log incidents using signature clustering with the Stormbreaker engine, distinguishing it from siblings like query_events (raw events) and list_dashboards (dashboards). It specifies the verb 'detect' and the resource 'incidents' with a clear methodology.

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?

The description implies usage for detecting mass incidents via parameters like lookback_minutes, search_term, and mass_threshold. It does not explicitly state when to avoid using it or mention alternatives among siblings, but the specialized intent is clear.

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/apollion69/vmware-aria-logs'

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