Skip to main content
Glama

PG1 Sovereign Threat Intelligence

get_threat_indicators

PG1 Sovereign Threat Intelligence: returns a STIX 2.1 bundle of verified threat indicators (IPs, domains, URLs, file hashes) sourced from ThreatFox, URLhaus, AbuseIPDB, OTX and NVD.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoFilter by indicator_type, e.g. 'IPv4', 'domain', 'URL'.
limitNoMax indicators to return (default 500, max 1000).
sinceNoISO timestamp; only return indicators last seen after this time.
min_scoreNoMinimum confidence score (0-100).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It usefully discloses the output format (STIX 2.1), the indicator types, and the upstream sources. It does not mention rate limits, latency, authentication, or the meaning of 'verified', though the read-only nature is evident from 'returns'.

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 with no filler. It front-loads the result type and then adds indicator categories and sources, making it easy to scan and immediately useful.

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 read-only retrieval tool with no siblings, four well-documented parameters, and no output schema, the description provides the key context: output format, content types, and data provenance. Minor operational details like rate limits or pagination are absent, but not critical for invoking this tool correctly.

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 the schema already documents all four parameters. The description does not add parameter-specific detail, but it also does not need to given the complete schema; baseline 3 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 the action ('returns'), the exact resource ('STIX 2.1 bundle of verified threat indicators'), and the scope (IPs, domains, URLs, file hashes) plus specific data sources. This leaves no ambiguity about what the tool does.

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 use case is implied by the content: an agent would use this when it needs verified threat intelligence in STIX format. However, there is no explicit when-to-use guidance, prerequisites, or exclusion criteria. With no sibling tools, explicit alternatives are not required, but a clearer usage cue would help.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.