Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

harvest_labels

Extract field names, types, sample values, and metadata from Splunk indexes to identify schemas. Optionally focus on CIM fields to support SOC investigations.

Instructions

Discover field labels and schemas from Splunk indexes.

This tool harvests field names, types, sample values, and metadata from Splunk indexes to support DeepTempo training and evaluation. It can discover all fields or focus on CIM (Common Information Model) fields only.

Args: indexes: List of specific indexes to harvest (None = all indexes) focus_cim: If True, only return common CIM fields (src_ip, dest_ip, user, etc.) max_sample_events: Number of events to sample for field value examples timeframe: Time range to analyze for field discovery (e.g., "-24h", "-7d")

Returns: Dictionary containing: - harvest_timestamp: ISO-8601 timestamp of harvest - indexes_analyzed: List of indexes analyzed - total_fields_discovered: Total number of unique fields found - fields: Dictionary mapping field names to their metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexesNo
focus_cimNo
timeframeNo-24h
max_sample_eventsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden. It explains the tool's behavior (harvesting field metadata), the focus_cim option, and returns a detailed dictionary structure. It is clearly a read-only discovery operation, though it doesn't mention potential performance impacts or permission requirements.

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 description is well-organized with a brief intro, an Args list, and a Returns section. Every sentence provides necessary information without fluff, making it easy to scan and parse.

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?

Given four optional parameters and no annotations, the description covers purpose, parameter semantics, and return payload adequately. It could include error scenarios or permission caveats, but it provides sufficient information for an agent to invoke the tool correctly.

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 schema has no parameter descriptions (0% coverage), so the description's Args section fully compensates by explaining each parameter: indexes, focus_cim, max_sample_events, and timeframe, including defaults and examples. This adds significant meaning beyond the schema.

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 it discovers and harvests field labels, schemas, field names, types, sample values, and metadata from Splunk indexes. This is a specific verb+resource that distinguishes it from sibling tools like search_splunk or list_indexes.

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 provides context for when to use it ('to support DeepTempo training and evaluation') and mentions the CIM field option, but it does not explicitly contrast with alternatives like get_field_summary or state when not to use it. Usage is implied rather than exhaustively specified.

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