Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

enrich_ip_with_threat_intel

Enrich IP addresses with threat intelligence from multiple sources to assess reputation, geolocation, and malicious activity for SOC investigations.

Instructions

Enrich an IP address with threat intelligence from multiple sources.

Queries free threat intelligence sources to provide context about IP addresses including reputation, geolocation, known malicious activity, and threat classifications.

Args: ip_address: IP address to enrich sources: List of sources to query (default: all available) Options: "abuseipdb", "alienvault", "threatfox", "internal"

Returns: Dictionary containing enrichment data from all sources: - reputation_score: 0-100 (100 = definitely malicious) - is_malicious: Boolean determination - threat_types: List of threat classifications - geolocation: Country, city, ISP information - last_seen: When this IP was last reported - reports_count: Number of abuse reports - confidence: Confidence score for the assessment

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourcesNo
ip_addressYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the burden. It discloses that it queries free threat intelligence sources and returns a dictionary with specific fields (reputation_score, is_malicious, etc.), adding useful context. However, it does not mention caveats like rate limits, network dependence, or whether any state is modified, so transparency is moderate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description opens with a clear one-sentence purpose statement, then provides structured Args and Returns sections. It is somewhat longer due to the return field list, but each sentence adds value. Given that an output schema exists, the Returns section is somewhat redundant, but the overall structure is clean and front-loaded.

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 tool with only 2 parameters and an output schema, the description is quite complete: it covers purpose, parameter semantics, and return values. Missing are usage exclusions or operational caveats (e.g., network access, timeouts), but these are not critical for straightforward enrichment. The description provides sufficient context for effective selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description thoroughly explains both parameters beyond the schema. It defines ip_address as 'IP address to enrich' and sources as 'List of sources to query (default: all available)' with explicit options. This fully compensates for the 0% schema description coverage, providing semantics the schema lacks.

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 tool's function with a specific verb and resource: 'Enrich an IP address with threat intelligence from multiple sources.' It distinguishes itself from siblings like check_ioc_reputation by emphasizing multiple sources and detailed context (reputation, geolocation, threat classifications).

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 usage (queries threat intel sources to provide context) but does not explicitly state when to use over alternatives or when not to use it. It lacks exclusions or comparisons to sibling tools like check_ioc_reputation, so the guidance is implied rather than explicit.

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/DeepTempo/splunk-mcp-soc'

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