Skip to main content
Glama

timps_threat_intel_analyst

Ingest CVEs, MITRE ATT&CK, and CISA KEV threat feeds, then generate a threat brief with detection rules and prioritized mitigations.

Instructions

Ingest threat feeds (CVE, MITRE ATT&CK, CISA KEV) and produce a threat brief with detection rules and prioritised mitigations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requestNoPlain-English task or context for the agent.
languageNoPrimary programming language (default: python).python
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does reveal the core behavior—ingesting feeds and producing a brief with detection rules and mitigations—but it does not disclose whether network access or credentials are needed, whether any files are written, whether external sources are fetched in real time, or the response format. These are notable transparency gaps, but the described behavior is clearly non-destructive in intent.

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?

The entire description is one tightly written sentence that names the data sources, the action, and the expected deliverables. Every word contributes value and there is no repetition of schema or annotation details.

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 agent-style tool with two optional parameters and no output schema, the description is mostly complete: it identifies the inputs to ingest, the analytical focus, and the final deliverable. It could be stronger by specifying the expected brief structure or any limits of the analysis, but it is sufficiently contextual for an AI agent to select and invoke it meaningfully.

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?

The input schema already describes both parameters clearly: 'request' is the plain-English task and 'language' specifies the primary programming language. The description adds no extra parameter nuance, such as how 'language' affects the generated detection rules or whether 'request' should include organization-specific context. With 100% schema description coverage, the baseline 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?

The description clearly states a specific action and scope: ingest threat feeds from CVE, MITRE ATT&CK, and CISA KEV, and produce a threat brief with detection rules and prioritized mitigations. This transparently distinguishes it from related security sibling tools by naming the exact sources and deliverables.

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 the tool should be used for threat-intelligence ingestion and brief generation, but it does not explicitly state when to use it instead of related tools such as timps_incident_responder or timps_security_remediation. No alternatives, prerequisites, or exclusions are mentioned, so usage guidance is inferred rather than prescribed.

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/Sandeeprdy1729/timps-swarm'

If you have feedback or need assistance with the MCP directory API, please join our Discord server