Skip to main content
Glama
stoyky

MITRE ATT&CK MCP Server

by stoyky

get_techniques_used_by_software

Identify ATT&CK techniques associated with specific malware or software by providing its STIX ID, enabling threat analysis and security research.

Instructions

Get techniques used by software

Args: software_stix_id: Software STIX ID to check what techniques are associated with it domain: Domain name ('enterprise', 'mobile', or 'ics') include_description: Whether to include description in the output (default is False)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
software_stix_idYes
domainNoenterprise
include_descriptionNo
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It states what the tool does but doesn't describe important behaviors: whether it's a read-only operation, what format the output takes, if there are rate limits, authentication requirements, or error conditions. The description is purely functional without operational context.

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 efficiently structured with a clear purpose statement followed by parameter explanations. Every sentence adds value: the first states the tool's function, and the Args section provides necessary parameter context without redundancy. The formatting with bullet-like Args improves readability.

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?

For a tool with 3 parameters, no annotations, and no output schema, the description provides adequate functional information but lacks operational context. It explains what the tool does and what parameters mean, but doesn't describe output format, error handling, or system constraints. Given the complexity (querying relationships in a security database), more behavioral context would be helpful.

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?

The description provides meaningful parameter information in the Args section, explaining what each parameter represents. With 0% schema description coverage, this compensates well: 'software_stix_id: Software STIX ID to check what techniques are associated with it' clarifies the identifier purpose, 'domain' lists valid values, and 'include_description' explains the boolean flag. However, it doesn't specify format requirements for software_stix_id or elaborate on domain implications.

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: 'Get techniques used by software' specifies the verb (get) and resource (techniques) with the relationship (used by software). It distinguishes from siblings like 'get_software_using_technique' (reverse relationship) and 'get_all_techniques' (unfiltered list). However, it doesn't explicitly contrast with 'get_techniques_used_by_group_software' which might be similar.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives. The description doesn't mention prerequisites, typical use cases, or comparison to similar tools like 'get_techniques_used_by_group' or 'get_techniques_used_by_campaign'. The agent must infer usage from the tool name alone.

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