Get Techniques
get_techniquesRetrieve MITRE ATT&CK techniques with filters for domain, subtechniques, and descriptions. Supports pagination to manage large result sets.
Instructions
Get techniques from the MITRE ATT&CK framework with token-optimized responses.
Args: ctx: FastMCP request context (injected by the server) domain: Domain to query (enterprise-attack, mobile-attack, or ics-attack) include_subtechniques: Include subtechniques in the result remove_revoked_deprecated: Remove revoked or deprecated objects include_descriptions: Whether to include technique descriptions (uses more tokens) limit: Maximum number of techniques to return (default: 20) offset: Index to start from when returning techniques (for pagination)
Returns: Dictionary containing a list of techniques and pagination metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| domain | No | enterprise-attack | |
| offset | No | ||
| include_descriptions | No | ||
| include_subtechniques | No | ||
| remove_revoked_deprecated | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pagination | Yes | ||
| techniques | Yes |