Skip to main content
Glama
deslicer

MCP Server for Splunk

list_triggered_alerts

Retrieve triggered alerts with details such as saved search name, trigger time, and reason. Filter by alert name and limit the number of results.

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)
earliest_timeNoAdvisory filter for earliest trigger time (default: '-24h@h')-24h@h
latest_timeNoAdvisory filter for latest trigger time (default: 'now')now
searchNoCase-insensitive substring filter applied to alert group name
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses that earliest/latest times are advisory filters, not strict. Indicates it returns details like trigger reason and owner/app. Adequate for a read-only list operation.

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?

Two sentences, no wasted words. First states purpose and output details, second lists features and caveat. Front-loaded with essential information.

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 no output schema and no annotations, description covers what it does, what it returns, and key behavioral note about advisory time filters. Missing details on pagination or ordering, but sufficient for the tool's simplicity.

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 100%, descriptions already present. Description adds context: explains 'search' is case-insensitive substring filter, 'count' is max results cap, and time params are advisory. Adds value beyond 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?

Description clearly states the tool lists fired alerts and their details, specifying included fields (saved search name, trigger time, owner/app, trigger reason). This distinguishes it from sibling tools like list_saved_searches.

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?

Explicitly says use to review recent triggered alerts and describes features (name filter, max results). Provides caveat about time filters being advisory. No explicit when-not-to-use, but implicit from context.

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

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