Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Correlation Subgraph

get_correlation_subgraph
Read-onlyIdempotent

Retrieve a subgraph of nodes and edges around any entity (threat, technique, actor, IOC, CVE) with configurable depth and fidelity to explore correlations incrementally without exceeding response limits.

Instructions

The N-hop neighbourhood around any graph node — nodes, edges, and each edge's fidelity — for incremental exploration of the correlation graph. Start at depth 1 and expand: a whole-corpus graph exceeds every response budget. For a pre-aggregated single-entity view prefer get_entity_profile, which is cheaper and usually what you want; use this when you need the actual edge topology.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
depthNoHops, 1-3 (default 1). Each hop multiplies the node count.
seed_idYesThe entity id/value to expand from.
seed_typeYes
limit_edgesNoDefault 80, max 120 over MCP.
limit_nodesNoDefault 40, max 60 over MCP.
min_fidelityNoDrop edges below this fidelity (0-1).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
seedNo
edgesNo
nodesNo
paramsNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the safety profile is covered. The description adds useful budget context (response budgets, depth multiplying node count) which goes beyond annotations. However, it doesn't detail output structure shapes, pagination, or how missing seed entities behave, leaving some behavioral gaps.

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 tight 3-sentence description: states the core function, gives the operational strategy, and names the alternative. Every sentence earns its place with zero filler. Front-loaded with the most important information (what it does, how to use it).

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?

With an output schema present, return-value documentation is unnecessary. The description effectively covers the purpose, usage strategy, budget warnings, and sibling differentiation. Minor gap: no guidance on which seed_type values are best starting points or max-safe depth given the limit constraints, but the depth=1 recommendation partially addresses this.

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?

Schema coverage is high at 83%, with all 6 parameters documented in the schema (depths, limits, fidelity ranges). The description adds dimension beyond the schema by explaining the 'depth multiplies the node count' cost model and the incremental 'start at depth 1' strategy, which helps the agent reason about parameter choices rather than just their types.

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?

Specific verb+resource: 'The N-hop neighbourhood around any graph node' with explicit scope (nodes, edges, fidelity). Distinguishes from siblings by naming get_entity_profile as the cheaper alternative and clarifying this tool returns edge topology. Clearly differentiates from get_correlation_path and explain_correlation.

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?

Provides explicit when-to-use guidance: 'for incremental exploration', 'start at depth 1 and expand', and a concrete exclusion naming get_entity_profile with reasoning ('cheaper and usually what you want'). Also warns about whole-corpus graphs exceeding response budgets, giving clear usage context.

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