Skip to main content
Glama
legionultramax

Harris HawkEye MCP

coverage_ingest_log

Parse and ingest a sample log into a coverage assessment session, extracting event source, ID, and fields to map against MITRE ATT&CK data sources for detection coverage analysis.

Instructions

Ingest a sample log into a coverage assessment session. Parses the log to extract event source, event ID, and fields, then maps to MITRE ATT&CK data sources and data components. Supports Windows Event XML, Sysmon, JSON (EDR/Cloud), auditd key-value, and CEF formats. You can also provide event_source + event_id + fields directly instead of a raw log. Creates a new session if session_id is not provided.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fieldsNoOptional: list of field names present in the log. If omitted with raw_log, fields are auto-extracted. If omitted with event_source+event_id, all fields from the mapping are assumed.
raw_logNoRaw log text to parse. Provide this OR (event_source + event_id).
event_idNoEvent ID (e.g., "4688", "1", "ProcessRollup2", "DeviceProcessEvents"). Use with event_source.
session_idNoSession ID to add this log to. If omitted, a new session is created.
event_sourceNoEvent source identifier (e.g., "windows_security", "sysmon", "crowdstrike", "mde", "linux_auditd", "aws_cloudtrail", "azure_ad"). Use with event_id instead of raw_log.
session_nameNoName for a new session (used only when creating a new session).

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4.2/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 behavioral disclosure burden. It covers parsing behavior, supported log formats, the structured-input alternative, and automatic session creation when session_id is absent. It is transparent about the core side effects (creating/adding to a session), though it does not detail success/failure semantics or whether existing session data is modified.

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 compact and front-loaded; the first sentence states the purpose, and subsequent sentences add only necessary operational detail. There is no redundant phrasing or filler.

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?

For a tool with no output schema and no annotations, the description provides substantial context: input modes, supported formats, mapping behavior, and session creation. The main gap is that it does not describe what is returned or how success is signaled, but the core invocation requirements are well covered.

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 100%, so the baseline is 3. The description adds meaningful value by enumerating supported parseable formats (Windows Event XML, Sysmon, JSON, auditd, CEF) and clarifying the mutual exclusivity of raw_log vs event_source+event_id, which is only tersely indicated in the schema. This goes beyond the bare schema definitions.

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 opens with a specific verb and resource: 'Ingest a sample log into a coverage assessment session.' It then clearly states what the tool does with the log—extracts event source, event ID, and fields, and maps to MITRE ATT&CK data sources/components. This distinguishes it from sibling analysis tools like coverage_assess_session and coverage_gaps_detail.

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 usage context is clear: ingest logs into sessions, with optional raw log or structured event_source/event_id input. However, it does not explicitly say when to prefer this tool over related coverage session tools, nor does it state any exclusions or preconditions. Usage is implied rather than directly contrasted with alternatives.

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