Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Get Threat Bundle

get_threat_bundle
Read-onlyIdempotent

Retrieve a complete threat dossier in one call—including details, simulations, and analysis transcripts—to reduce API round-trips.

Instructions

One-shot dossier for a threat: the full threat detail plus its simulations and analysis transcripts (include="summary" returns just the threat). Fewer round-trips than calling get_threat + get_threat_simulations + get_threat_transcripts separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
includeNo"full" (default) bundles simulations + transcripts; "summary" returns just the threat
threat_idYesThreat ID (e.g. TL-2026-0042)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
threatYes
simulationsNo
transcriptsNoOmitted entirely when include='summary'.
Behavior4/5

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

Annotations provide readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering the safety profile. The description adds value by explaining the bundling semantics (include parameter default 'full' vs 'summary') and the round-trip efficiency benefit, which goes beyond what annotations state.

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 compact sentences with zero wasted words. Front-loads the primary purpose ('One-shot dossier') and the efficiency argument, then closes with a parameter clarification. Every sentence earns its place.

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?

Has an output schema for return value documentation, annotations cover safety, and schema covers 100% of parameters. The description clarifies bundling behavior and the include flag's purpose. For a read-only, idempotent tool with solid schema coverage, this is complete.

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% with both parameters documented in the schema (include's 'full'/'summary' values and threat_id's format). The description adds the 'summary returns just the threat' clarification which reinforces include semantics, but the schema already documents these values. Baseline 3 is appropriate.

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?

Clear verb+resource+scope: 'One-shot dossier for a threat' with explicit components (simulations + analysis transcripts). Distinguishes itself from siblings like get_threat_simulations and get_threat_transcripts by bundling them.

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?

States clear context — use when you want the full dossier in one call. Explicitly contrasts with calling get_threat + get_threat_simulations + get_threat_transcripts separately, and mentions the include='summary' option for just the threat. Doesn't discuss exclusions or alternatives like get_threat_hunting_bundle, but that's acceptable.

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