Skip to main content
Glama
legionultramax

Harris HawkEye MCP

generate_hunt_report

Builds a formatted .docx threat hunt report from structured hunt card data, saves it to the Desktop threat hunting folder, and returns the output file path.

Instructions

Generates a formatted Word document (.docx) threat hunt report from structured hunt card data. Saves the file to C:\Users{username}\Desktop\Threat Hunting Reports{Actor}_{Date}.docx. Creates the output folder automatically if it does not exist. Input must include report metadata and an array of hunt cards (one per technique). Each card must contain: hunt_id, hypothesis_name, objective, priority, confidence, mitre_mapping (with group aliases), prerequisites, expected_artifacts, risks, log_sources, coverage_status, query (Sigma YAML), true_positive_criteria, and escalation_path. Returns the full output file path on success.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateYesReport date in YYYY-MM-DD format
actorYesCanonical threat actor name, e.g. "MuddyWater"
cardsYesArray of hunt card objects, one per technique hunted
titleYesReport title, e.g. "Threat Hunt Report — MuddyWater (2026-03-11)"
analystYesAnalyst name or team name
actor_idYesMITRE ATT&CK group ID, e.g. "G0069"
classificationYesClassification marking, e.g. "TLP:AMBER"
executive_summaryYes2–3 sentence executive summary of coverage state and key risks

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of disclosing side effects. It does so well by stating that it saves to a specific desktop path, creates the output folder automatically if missing, and returns the full output file path on success. It does not mention overwrite behavior or error conditions, but the main write side effects and return behavior are transparently disclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the core action and then provides the output path, file-creation behavior, and return value in a logical order. The enumeration of required card fields is somewhat redundant with the schema, but it is compactly presented and helps an agent assemble valid input without parsing the full nested schema.

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 and rich input schema, the description covers the essentials: what the tool generates, where it saves, folder auto-creation, key input structure, and the success return value. It does not explain formatting details, overwrite behavior, or error handling, but for invocational purposes the provided information is sufficient alongside the detailed schema.

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

Parameters3/5

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

Schema description coverage is 100%, so the baseline is 3. The description mostly restates what the schema already encodes, such as required top-level fields and card-level requirements. It adds minor context like 'one per technique' and 'query (Sigma YAML)', but these are already present in or implied by the schema, so the parameter semantics are adequate but not enhanced.

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 starts with a specific verb and resource: 'Generates a formatted Word document (.docx) threat hunt report from structured hunt card data.' It clearly distinguishes this tool from the many sibling search/lookup tools by being the only one focused on report generation. It also states the output file path and return value, leaving no doubt about what the tool accomplishes.

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 context is clear: this tool is for producing a Word report from structured hunt card data, and it explicitly lists required input ('report metadata and an array of hunt cards'). It does not explicitly name alternatives or state when not to use it, but among the sibling tools, none competes with this generation function, so the usage context is reasonably unambiguous.

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/legionultramax/Detection-Engineering-MCP'

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