Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Get Threat Transcripts

get_threat_transcripts
Read-onlyIdempotent

Retrieve the AI agent's step-by-step reasoning transcripts for a threat by supplying its threat ID. Gain insight into the profiling analysis to support threat investigations.

Instructions

Get the AI agent analysis transcripts for a threat — the step-by-step reasoning the research agents produced while profiling it.

Input Schema

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

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
threat_idYes
transcriptsNo
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 clarifying what the returned data represents (agent reasoning transcripts) — valuable since transcripts are distinct from the final threat analysis. It appropriately leans on annotations for the safety behavior and adds the semantic 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?

A single, information-dense sentence. Every element earns its place: the verb, the resource, and the clarifying parenthetical about what transcripts contain. No filler, no redundancy, and no repetition of annotation information.

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 has only 1 parameter with full schema coverage, an output schema exists, and comprehensive read-only annotations are provided. The description clarifies the semantic distinction between this and the final threat profile, which is the key ambiguity given the sibling suite. Given the low complexity (1 param, no nesting) and good annotations, the description is complete. It doesn't describe the exact output structure, but the presence of an output schema means the description needn't do so.

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 100% — the only parameter (threat_id) is described with a format example ('TL-2026-0042'). The description notes the transcripts are for 'a threat' confirming the threat_id relationship, but adds no format or syntax details beyond the schema's example. Baseline 3 is appropriate since the schema carries the parameter documentation burden fully.

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 clearly states the verb ('Get') + resource ('threat transcripts') and specifies exactly what these contain: 'the step-by-step reasoning the research agents produced while profiling it.' This precision distinguishes it from sibling tools like get_threat (which likely returns the threat profile itself) and get_threat_enrichment, since it explicitly targets the agent's reasoning/analysis transcripts rather than final threat data.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies it should be used when the user wants to see the research agents' reasoning for a threat, but does not explicitly state when NOT to use it or name alternatives. Siblings like get_threat and get_threat_enrichment exist for the final profile, but no explicit exclusion is given. The context is understandable but exclusions/alternatives are not explicitly named.

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