Skip to main content
Glama
deslicer

MCP Server for Splunk

by deslicer

List Triggered Alerts

list_triggered_alerts

List fired Splunk alerts for recent activity, including saved search, trigger time, owner, and reason. Filter by name and max results; use earliest/latest times as advisory ranges.

Instructions

List fired alerts and their details. Use this to review recent triggered alerts, including saved search name, trigger time, owner/app, and trigger reason. Supports a name filter and a max results cap. Note: Splunk's fired alerts feed may not strictly filter by time; earliest/latest are advisory.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoMaximum number of alert groups to return (default: 50)
searchNoCase-insensitive substring filter applied to alert group name
latest_timeNoAdvisory filter for latest trigger time (default: 'now')now
earliest_timeNoAdvisory filter for earliest trigger time (default: '-24h@h')-24h@h
Install Server

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden, and it does well by disclosing a non-obvious behavioral quirk: Splunk's fired alerts feed may not strictly filter by time, and earliest/latest are advisory. It also mentions the max results cap. It does not detail permissions or response shape, but the key operational caveat is transparently surfaced.

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 three sentences, front-loaded with the core purpose, followed by practical use context and an important caveat. Every sentence earns its place, and there is no redundant restating of the tool name or schema fields.

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 simple list operation with no output schema or annotations, the description provides sufficient context: what is returned, how to filter, and the advisory nature of time constraints. It stops short of describing result format or edge cases, but it is complete enough for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, providing baseline meaning for all four parameters. The description adds value by clarifying that 'search' is a name filter, 'count' is a max results cap, and the time parameters are only advisory—beyond what the schema states. This enriches the parameter semantics meaningfully.

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 ('List') and resource ('fired alerts'), and clearly distinguishes the tool from siblings like list_saved_searches or run_splunk_search by focusing on triggered alert details. The listed fields (saved search name, trigger time, owner/app, trigger reason) make the purpose unmistakable.

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?

The phrase 'Use this to review recent triggered alerts' provides clear context for when the tool is appropriate. It does not explicitly name alternatives or exclusions, but the purpose is distinct enough from sibling tools that the usage guidance is adequate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/deslicer/mcp-for-splunk'

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