Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Bulk Get CVEs

bulk_get_cves
Read-onlyIdempotent

Fetch up to 20 CVE IDs in a single call to get enriched data including CVSS, EPSS, KEV status, and linked threats.

Instructions

Fetch multiple CVE details in a single call. Returns enriched CVE data with CVSS, EPSS, KEV status, and linked threats. Max 20 IDs per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cve_idsYesArray of CVE IDs (max 20)
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. Description adds that it returns enriched data (CVSS, EPSS, KEV status, linked threats) and a max 20 IDs constraint, which is useful but not extensive. No contradictions.

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 sentences with no filler. Front-loaded with action and object. Every sentence adds value. Efficient and easy to parse.

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?

For a simple read tool with one parameter and no output schema, the description adequately covers purpose, input constraints, and return content. Could mention pagination or error handling but not necessary given the batch limit.

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 100% for the single parameter cve_ids, but the description adds the crucial max 20 IDs constraint not in the schema. This enhances understanding beyond the schema definition.

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?

Clearly states the verb 'fetch' and the objects 'multiple CVE details', specifies enriched data returned (CVSS, EPSS, KEV status, linked threats), and provides a constraint (max 20 IDs). Distinguishes from singular get_cve_details sibling.

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?

Describes the functionality clearly but does not explicitly state when to use this tool over alternatives or when not to use it. The intended use case (batch retrieval) is implied but not formalized.

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