Skip to main content
Glama
FlemingJohn

cyber-mcp-tools

by FlemingJohn

Search ATT&CK techniques

attack_search

Search MITRE ATT&CK techniques using text, platform, or tactic filters and receive compact summaries for rapid threat analysis.

Instructions

Find MITRE ATT&CK techniques by text, platform or tactic. Returns compact summaries only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesFree text matched against id, name and description
domainNoenterprise
tacticNoTactic slug such as credential-access
platformNoWindows, Linux, macOS, ESXi, IaaS

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations, the description carries the burden and does add one behavioral detail: 'Returns compact summaries only.' It does not disclose other useful traits like read-only nature, result count limits, or response structure, so the transparency is only partial.

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?

Two short sentences, front-loaded with the core purpose and followed by a key output caveat. No filler or redundancy.

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 5-parameter tool with no output schema and no annotations, the description is minimally viable: it identifies the resource, search criteria, and output style. It lacks guidance on sibling-tool selection, return content details, and omitted parameters like limit and domain.

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?

Schema description coverage is 60%, and the description names text, platform, and tactic, which map to existing schema parameters. It does not add meaning beyond the schema and omits limit and domain behavior, so it is adequate but not enriching.

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 names a specific verb and resource ('Find MITRE ATT&CK techniques') and lists search dimensions (text, platform, tactic). It is clear, though it does not explicitly distinguish from sibling tools like attack_get or attack_detection.

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?

There is no guidance on when to use this tool versus siblings such as attack_get, attack_related, or defend_search. It implies usage through the search dimensions but provides no exclusions or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.