Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

correlate_with_deeptempo_finding

Correlate DeepTempo AI-detected anomalies with Splunk logs to reveal full attack context. Get enriched evidence, similar incidents, and recommended actions.

Instructions

Correlate DeepTempo finding with Splunk evidence for cross-platform analysis.

This is the key tool for AI-native investigation - it bridges DeepTempo's AI-detected anomalies with Splunk's comprehensive log data to provide complete attack context.

Args: finding_id: DeepTempo finding ID deeptempo_data: Finding data from DeepTempo MCP server containing: - src_ip: Source IP address - dest_ip: Destination IP address - timestamp: Finding timestamp - confidence: Detection confidence score - mitre_techniques: List of MITRE ATT&CK techniques timeframe_padding: Time padding around finding (default: "1h")

Returns: Dictionary containing: - finding_id: DeepTempo finding ID - deeptempo_confidence: Original confidence score - splunk_evidence: Related events from Splunk - enriched_context: Historical and related activity - similar_incidents: Other related findings - recommended_actions: Analyst recommendations

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
finding_idYes
deeptempo_dataYes
timeframe_paddingNo1h

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 full burden. It explains the process and return values, but does not disclose whether the operation is read-only, requires special permissions, or has side effects. This is a gap for a tool that interacts with two systems.

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?

Well-structured and front-loaded: first sentence states the core purpose, second provides strategic context, then clean Args/Returns sections. Every sentence adds value, and the details on subfields and outputs justify the length.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is comprehensive for the tool's complexity: it covers purpose, usage context, all three parameters (including nested object structure), and return fields. With an output schema present, it does not need to further detail return formats, making this highly complete.

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?

Schema coverage is 0%, so the description fully compensates by explaining finding_id, deeptempo_data with its nested structure (src_ip, dest_ip, timestamp, confidence, mitre_techniques), and timeframe_padding with its default. This is exactly what an agent needs to invoke the tool correctly.

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 specific verb ('Correlate') with a clear resource ('DeepTempo finding') and target ('Splunk evidence'). It clearly distinguishes itself from siblings like search_splunk by positioning as the cross-platform bridge for AI-native investigation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear context: it is 'the key tool for AI-native investigation' and bridges DeepTempo anomalies with Splunk logs. It gives situational guidance but does not explicitly state when not to use it or name alternative tools.

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