Skip to main content
Glama
imouiche

MITRE ATT&CK MCP Server

by imouiche

get_objects_created_after

Retrieve ATT&CK objects created after a specific timestamp to detect new additions to the MITRE ATT&CK framework.

Instructions

Get all ATT&CK objects created after a specific timestamp.

Useful for detecting new additions to the framework.
Timestamp must be ISO8601 format, e.g., '2024-01-01T00:00:00Z'.

Returns:
    {
        "found": bool,
        "count": int,
        "objects": [
            {
                "id": "<ATT&CK ID or None>",
                "name": "...",
                "stix_id": "...",
                "type": "<stix-type>",
                "description": "..." | None
            },
            ...
        ],
        "formatted": "<pretty text>",
        "message": "..."
    }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainNoenterprise
timestampYes
include_descriptionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations provided, so description must bear full transparency burden. It documents the return structure in detail but does not disclose potential side effects, limitations (e.g., pagination, performance), or error conditions. Adequate but not thorough.

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?

Concise yet detailed. Returns inline specifies output structure, saving space. No redundant sentences. Well-organized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Output schema covers return values well. Parameter semantics are partially covered. Overall, adequate for basic use but incomplete for advanced usage scenarios (e.g., no guidance on `domain` values).

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

Parameters2/5

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

Schema description coverage is 0%, so description must compensate. It explains `timestamp` format but does not clarify `domain` (default 'enterprise') or `include_description` (default true). Missing parameter details reduce effectiveness.

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?

Clearly states the verb 'Get', resource 'ATT&CK objects', and condition 'created after a specific timestamp'. Distinguishes from sibling tools like `get_objects_modified_after` by focusing on creation time.

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?

Provides explicit usage context: 'Useful for detecting new additions to the framework.' Includes format requirement for timestamp. Does not explicitly state when not to use or compare to alternatives, but gives enough guidance for typical use.

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/imouiche/complete-mitre-attack-mcp-server'

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