Skip to main content
Glama
stoyky

MITRE ATT&CK MCP Server

by stoyky

get_layer_metadata

Retrieve standardized metadata for MITRE ATT&CK Navigator layers to ensure consistent threat analysis visualization across enterprise, mobile, and ICS domains.

Instructions

Always call this tool whenever a prompt requires the generation of a MITRE ATT&CK Navigator Layer, such as the generate_layer tool. Always insert this metadata in the generated layer.

Args: domain (str, optional): The ATT&CK domain ('enterprise', 'mobile', or 'ics'). Defaults to 'enterprise'.

Returns: str: JSON string containing the appropriate layer metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoenterprise
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool returns 'JSON string containing the appropriate layer metadata,' which gives some behavioral insight into the output format. However, it lacks details on permissions, rate limits, or error handling. The description doesn't contradict annotations (none exist), but it provides only basic behavioral context.

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 appropriately sized and front-loaded, with the first sentence stating the core purpose and usage. The Args and Returns sections are structured clearly. However, the repetition of 'Always' could be slightly streamlined, and the example reference ('such as the generate_layer tool') is helpful but adds minor 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 low complexity (1 optional parameter, no output schema, no annotations), the description is reasonably complete. It covers purpose, usage, parameter semantics, and output format. However, it could benefit from more details on the metadata structure or examples, but for a simple tool, it provides adequate context.

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 schema description coverage is 0%, so the description must compensate. It documents one parameter: 'domain (str, optional): The ATT&CK domain ('enterprise', 'mobile', or 'ics'). Defaults to 'enterprise'.' This adds meaning beyond the schema by specifying allowed values and default. However, with only one parameter covered, it meets the baseline for low coverage but doesn't fully address potential gaps in schema understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Always call this tool whenever a prompt requires the generation of a MITRE ATT&CK Navigator Layer, such as the generate_layer tool. Always insert this metadata in the generated layer.' This specifies the action (get metadata for ATT&CK Navigator Layer) and context (for layer generation). However, it doesn't explicitly differentiate from sibling tools beyond mentioning 'generate_layer' as an example, leaving some ambiguity about its unique role versus other metadata-related tools.

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

Usage Guidelines5/5

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

The description provides explicit usage guidelines: 'Always call this tool whenever a prompt requires the generation of a MITRE ATT&CK Navigator Layer, such as the generate_layer tool. Always insert this metadata in the generated layer.' This clearly states when to use it (for layer generation) and references a sibling tool ('generate_layer') as an example, offering strong contextual guidance without exclusions.

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/stoyky/mitre-attack-mcp'

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