Skip to main content
Glama
legionultramax

Harris HawkEye MCP

coverage_list_mappings

List telemetry-to-MITRE mappings by event source and ID to identify covered event sources and view session statistics.

Instructions

List all known telemetry-to-MITRE mappings (Event ID → Data Source/Component). Use to see which event sources/IDs the coverage engine understands. Also shows session statistics.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
event_source_filterNoFilter by event source (e.g., "sysmon", "windows_security", "mde")

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

No annotations exist, so the description carries the burden of behavioral disclosure. 'List' implies a read-only operation, and mentioning session statistics adds some context. However, it does not describe response format details, pagination, or whether the optional filter changes the session statistics behavior.

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?

Two concise sentences deliver the core purpose, the output format, and the intended use case with no filler. The most important information is front-loaded.

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 simple read-only listing tool with one optional filter and no output schema, the description covers what the tool does, what it returns conceptually, and when to use it. Slightly more detail about the session statistics would be beneficial, but overall it is sufficiently complete.

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?

The single parameter has 100% schema description coverage, so the schema already explains 'event_source_filter'. The description reinforces that event sources can be filtered but adds no additional meaning beyond the 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 opens with a specific verb and resource: 'List all known telemetry-to-MITRE mappings' and defines the exact output shape '(Event ID → Data Source/Component)'. This clearly differentiates it from sibling tools focused on coverage summaries, gaps, or technique counts.

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?

It explicitly tells the agent when to use it: 'Use to see which event sources/IDs the coverage engine understands.' It does not name alternative tools or state when not to use it, but the use case is clear enough among the many coverage-related 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/legionultramax/Detection-Engineering-MCP'

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