Skip to main content
Glama
omeryemba

mcp-hayabusa

by omeryemba

hayabusa_logon_summary

Summarizes successful and failed logon events from Windows .evtx files to identify authentication patterns and potential security issues.

Instructions

Summarize successful and failed logon events across .evtx file(s).

Returns two bounded result sets, "successful" and "failed", each with its own total_rows/returned_rows/truncated/rows.

Args: target: Path to an .evtx file or a directory containing .evtx files. max_rows: Maximum number of rows to return per result set (default 200).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYes
max_rowsNo
Behavior4/5

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

With no annotations, the description discloses the return structure (two bounded result sets with metadata) and parameter behavior (target as file/directory, max_rows default 200), covering key behavioral traits.

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, front-loaded with the core purpose, and efficiently provides parameter and output details without extraneous text.

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?

With no output schema, the description adequately explains the output format (two result sets with metadata and rows) and both parameters, covering all necessary context for a tool of this complexity.

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?

Schema coverage is 0%, but the description adds meaningful details: target description as path to .evtx file or directory, and max_rows as per-result-set limit with default.

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 it summarizes successful and failed logon events from .evtx files, which distinguishes it from sibling tools like hayabusa_search (general search) and scan_evtx (generic scan).

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

Usage Guidelines3/5

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

The description implies usage for logon event summarization but does not explicitly advise when to use this tool versus alternatives like hayabusa_search or scan_evtx.

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/omeryemba/mcp-hayabusa'

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