Skip to main content
Glama
apollion69

vmware-aria-logs

by apollion69

query_events

Search log events in VMware Aria Operations for Logs by time range, free text, and field constraints to retrieve specific entries for monitoring and troubleshooting.

Instructions

Search log events in VMware Aria Operations for Logs.

Args: lookback_minutes: How far back to search (default 60 minutes). search_term: Free-text search term (optional). limit: Maximum number of events to return (default 100, max 10000). field_name: Optional field constraint name (e.g. 'hostname', 'appname'). field_operator: Constraint operator (CONTAINS, NOT_CONTAINS, HAS, etc.). field_value: Constraint value.

Returns: JSON array of log events with text, source, timestamp, and fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lookback_minutesNo
search_termNo
limitNo
field_nameNo
field_operatorNoCONTAINS
field_valueNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It mentions the return format and default values but does not explicitly state that this is a read-only, non-destructive operation. The agent must infer that from the verb 'search' and the return of log events.

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 well-structured with a clear title, an Args block with parameter descriptions, and a Returns section. 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?

Given the tool's complexity (6 parameters, no annotations, but with an output schema), the description covers the main aspects: input parameters with defaults and return format. It could mention that search_term is optional and the relationship between field_name, field_operator, and field_value, but it's largely complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds meaning beyond the input schema by explaining each parameter's purpose and constraints (e.g., 'limit: default 100, max 10000'). However, it does not list the accepted values for field_operator (e.g., CONTAINS, NOT_CONTAINS), which would enhance clarity.

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 verb 'Search' and resource 'log events' with a specific scope 'in VMware Aria Operations for Logs'. This distinguishes it from sibling tools like detect_incidents or get_vrops_alerts, which deal with different resource types.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives. The description does not mention when not to use it or provide any context about preferred usage scenarios relative to siblings.

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