Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Predict MITRE Transitions

predict_mitre_transitions
Read-onlyIdempotent

Predict MITRE ATT&CK techniques likely to follow or precede a given technique, with probabilities and example threats. Use forward to anticipate the next step, or reverse to infer what came before.

Instructions

Predict the MITRE ATT&CK techniques most likely to follow (or precede) a given technique, with probabilities and example threats. Each row carries order_basis: 'attack_flow' rows come from analyst-authored ATT&CK Flow DAGs (real asserted causality), 'mitre_canonical' rows are inferred by sorting a threat's flat technique set by canonical tactic rank, and 'blended' rows have both. Prefer attack_flow evidence: ~24% of real transitions run against canonical tactic order and are inexpressible by the canonical basis. Use forward to anticipate the next step; reverse to infer what came before.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
basisNoFilter by evidence basis. Default 'any' (unfiltered, byte-identical to previous behaviour). Use 'attack_flow' for authored-causality rows only.
top_nNoMax transitions to return (default 5, max 20)
directionNo'forward' = techniques that typically follow (default); 'reverse' = techniques that typically precede
technique_idNoSource technique ID (e.g. T1059 or T1059.001)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
totalNo
directionNo
transitionsNo
technique_idYes
Behavior5/5

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

Beyond the read-only/idempotent annotations, the description explains how each row is generated: attack_flow rows come from analyst-authored DAGs, mitre_canonical is inferred from tactic rank, and blended has both. It also discloses the limitation that ~24% of real transitions are inexpressible by the canonical basis, which is valuable 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.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Every sentence adds distinct information: purpose, evidence-basis semantics, preference recommendation, and direction intent. The structure is front-loaded with the core prediction behavior followed by necessary nuance, with no wasted words.

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

Completeness5/5

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

Given the rich parameter schema, enums, output schema, and annotations, the description is sufficiently complete. It covers what the tool returns, how the data is derived, how to pick basis and direction, and a key limitation. Nothing necessary for successful invocation is missing.

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 input schema already documents all four parameters, so the baseline is 3. The description adds operational meaning for basis (attack_flow vs mitre_canonical vs blended) and direction (forward vs reverse) beyond the schema descriptions. It does not add much for top_n or technique_id, but the schema covers those sufficiently.

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 opening sentence names the specific action (predict), resource (MITRE ATT&CK techniques), and conditionality (follow/precede a given technique) with probabilities and examples. This clearly distinguishes the tool from sibling functions focused on coverage, technique details, or raw attack flows.

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 direction: prefer attack_flow evidence, use forward to anticipate the next step, and reverse to infer what came before. It also explains which basis to prefer and why, giving an agent actionable selection criteria.

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/threadlinqs-cmd/intelthreadlinqs-mcp'

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