Skip to main content
Glama
DeepTempo

Splunk MCP for SOC Operations

by DeepTempo

block_ip_address

Block an IP address by adding it to Splunk's firewall blocklist, with configurable duration and audit trail for SOC response.

Instructions

Block an IP address by adding it to Splunk's firewall blocklist.

Creates a block entry that can be consumed by firewalls, proxies, or other security controls integrated with Splunk. The block can be temporary or permanent.

Args: ip_address: IP address to block duration_hours: How long to block (0 = permanent) reason: Reason for blocking (for audit trail) auto_unblock: Whether to automatically remove block after duration

Returns: Dictionary containing: - success: Boolean indicating if block was applied - ip_address: The blocked IP - blocked_until: Expiration timestamp - block_id: Unique identifier for this block

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonNo
ip_addressYes
auto_unblockNo
duration_hoursNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It explains that blocks can be temporary or permanent, can be consumed by various security controls, and details return fields. However, it does not mention required permissions, reversibility beyond auto_unblock, potential side effects on traffic, or error conditions.

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-structured with a concise opening statement, a short paragraph on usage, and clean Args/Returns sections. No unnecessary words or redundancy; every sentence adds value.

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?

The description covers the tool's purpose, parameters, and return values, but lacks details on error handling, prerequisites (e.g., admin rights), and the operational scope (e.g., what exactly happens when an IP is blocked). It is sufficient for straightforward use but could be more complete for a security-critical tool.

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 provides no parameter descriptions (0% coverage), but the description fully compensates by explaining each argument clearly, including the special value 0 for permanent, purpose of reason, and behavior of auto_unblock. This adds meaningful semantics beyond the raw 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 the tool blocks an IP address by adding it to Splunk's firewall blocklist, with a specific verb and resource. It distinguishes from sibling tools like isolate_host or add_to_threat_list by referencing Splunk's firewall blocklist and the ability to set temporary or permanent blocks.

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 use for blocking IP addresses in security contexts, but does not explicitly mention when to use it over alternatives, nor does it provide exclusions or edge cases. For example, it does not contrast with add_to_threat_list or isolate_host, so guidance is limited.

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