Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Threat Hunting Bundle

get_threat_hunting_bundle
Read-onlyIdempotent

Returns a complete hunting dossier for any threat ID, combining full threat details, similar threats, simulations, and infrastructure pivots in one server-side call to scope an entire hunt.

Instructions

Flagship one-call hunting dossier for a threat: full detail + similar threats + simulations + infrastructure pivots, composed server-side. Best single tool to scope a hunt around one threat.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
threat_idYesThreat ID (e.g. TL-2026-0042)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
threatYes
simulationsNo
similar_threatsNo
infrastructure_pivotsNo
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds meaningful context beyond annotations by disclosing that it composes data server-side ('composed server-side') and stating its output scope (full detail + similar threats + simulations + infrastructure pivots). This gives the agent a clear expectation of the response's breadth.

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 concise sentences with zero waste. The first sentence front-loads the tool's value proposition and composition, the second states its positioning relative to alternatives. Every clause earns its place.

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

Completeness4/5

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

The tool is simple (1 parameter) with full schema coverage and an output schema present, so the description's burden is low. It covers the purpose, compositional scope, and positioning. Minor gap: it doesn't clarify return format structure beyond naming the four components, but with a single simple param and output schema present this is acceptable.

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 coverage is 100% — the single parameter threat_id is fully documented with type and example format 'TL-2026-0042'. The description references the parameter implicitly ('for a threat') but adds no additional semantics beyond the schema, which aligns with the baseline 3 for full schema coverage.

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 description uses a specific verb+resource framing: 'Flagship one-call hunting dossier for a threat' listing exactly what it composes (full detail + similar threats + simulations + infrastructure pivots). It explicitly distinguishes itself from siblings by stating 'Best single tool to scope a hunt around one threat,' which separates it from get_threat_bundle, get_similar_threats, get_threat_simulations, and get_infrastructure_pivots that each cover subsets.

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?

The description clearly communicates when to use this tool: 'Best single tool to scope a hunt around one threat' provides strong contextual guidance. It implies it aggregates the other individual tools (get_similar_threats, get_threat_simulations, get_infrastructure_pivots) but doesn't explicitly name alternatives or state when NOT to use it (e.g., if only one facet is needed).

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