Skip to main content
Glama
threadlinqs-cmd

Intel Threadlinqs MCP

Daily Intel Bundle

get_daily_intel_bundle
Read-onlyIdempotent

Generate a concise meta description for the get_daily_intel_bundle tool.

Instructions

One-shot "what happened" bundle: the day's debrief (latest by default, or pass date) plus platform stats, the top recent threats, and the correlations overview.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dateNoDebrief date YYYY-MM-DD (default: latest)
top_nNoHow many top threats to include (default 5, max 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
debriefNo
top_threatsNo
platform_statsNo
correlations_overviewNo
Behavior3/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 the one-shot aggregation and date-scoping behavior. It doesn't disclose pagination, rate limits, or the exact return format, but with robust annotations and an output schema present, the bar for additional transparency is reasonably met.

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 that front-loads the core concept ('one-shot what happened bundle') then enumerates the four included sections. Zero filler, every phrase earns its place, and defaults are mentioned inline naturally.

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, an idempotent read-only profile from annotations, and 100% parameter schema coverage, the description competently frames what's included in the bundle. It could add a touch more about the exact composition or ordering of sections, but it's complete enough for an agent to decide whether to invoke this aggregation tool.

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%, so both parameters are fully documented in the schema itself. The description adds the date default ('latest') and the bundle-composition context, but doesn't add syntax or format details beyond what the schema already states. Baseline 3 applies since the schema carries the param explanatory burden.

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 clear verb-resource pairing ('one-shot what happened bundle') naming specific component sections: the day's debrief, platform stats, top recent threats, and correlations overview. This clearly distinguishes it from siblings like get_recent_threats, get_platform_stats, and get_latest_debrief, which each cover only a subset.

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 establishes the primary use case ('one-shot what happened bundle') and default behaviors (latest by default, or pass date), which implies when to reach for it. However, it doesn't explicitly contrast with alternatives like get_threat_bundle, get_landscape_briefing, or get_latest_debrief, nor state when NOT to use it (e.g., for a single deep dive on one threat).

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