Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

get_field_summary

Analyze a field's value distribution, temporal stats, and related fields to accelerate SOC investigations.

Instructions

Get detailed information about a specific field.

This tool provides deep analysis of a single field including value distribution, statistics, temporal information, and related fields that commonly appear together.

Args: field_name: Name of the field to analyze indexes: List of indexes to search (None = all indexes) timeframe: Time range to analyze (e.g., "-7d", "-30d")

Returns: Dictionary containing detailed field information: - field_name: The field name - type: Detected field type - total_unique_values: Count of unique values - top_values: Most common values with counts and percentages - first_seen: Earliest timestamp - last_seen: Latest timestamp - related_fields: Fields that commonly appear with this field - usage_by_sourcetype: Breakdown of usage by sourcetype

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
indexesNo
timeframeNo-7d
field_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of disclosing behavior. It clearly describes what information is returned (unique values, top values, timestamps, related fields) and the verb 'Get' strongly implies read-only, but it never explicitly states that the tool does not modify data or whether there are any permissions, rate limits, or approximate-value caveats.

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 front-loaded with a clear one-sentence purpose, followed by a compact parameter list and a structured return contract. Every section adds value and there is no filler or repetition of information already in the schema.

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 the tool has only 3 parameters and no complex side effects, the description is largely complete: it covers purpose, all parameters, and return values. It lacks explicit usage guidelines and any edge-case limitations, but for a read-only analysis tool the provided detail is sufficient for an agent to invoke it 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 input schema only provides titles and defaults, but the description adds meaningful semantics for all three parameters: field_name, indexes (explicitly noting None = all indexes), and timeframe (with format examples like '-7d'). This fully compensates for the 0% schema description coverage.

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 opens with 'Get detailed information about a specific field', which clearly names the verb and resource. It further distinguishes from siblings by listing specific analysis capabilities (value distribution, statistics, temporal information, related fields) that a raw search or listing tool would not provide.

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 a use case—deep analysis of a single field—but does not explicitly state when to choose this over sibling tools like search_splunk or run_splunk_query. No alternatives or exclusions are mentioned, so the agent must infer usage context from the tool's name and capabilities.

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