Skip to main content
Glama
deslicer

MCP Server for Splunk

by deslicer

List Workflows

list_workflows

Discover Splunk troubleshooting workflows with filtering by category and multiple output formats to find the right solution.

Instructions

List all available workflows from core and contrib sources.

This tool provides a comprehensive listing of troubleshooting workflows available in the MCP Server for Splunk system. It discovers and lists both built-in core workflows and user-contributed workflows from the contrib directory.

Output Formats:

  • detailed: Complete workflow information with descriptions and metadata (default)

  • summary: Brief overview with workflow IDs, names, and basic statistics

  • ids_only: Simple list of workflow IDs for programmatic use

  • by_category: Workflows organized by category (security, performance, etc.)

Workflow Sources:

  • Core Workflows: Built-in system workflows (missing_data_troubleshooting, performance_analysis)

  • Contrib Workflows: User-contributed workflows from contrib/workflows/ directory

Key Information Provided:

  • Workflow ID and human-readable name

  • Description and purpose of each workflow

  • Number of tasks and dependency information

  • Source (core vs contrib) and validation status

  • Category and organizational information

  • Integration instructions for dynamic troubleshoot agent

When to use

  • Use when you need to discover which workflows exist before running one

  • Use to filter by category or get just workflow IDs for programmatic selection

Arguments

  • format_type (optional): "detailed" (default), "summary", "ids_only", or "by_category"

  • include_core (optional): Include built-in workflows (default: true)

  • include_contrib (optional): Include contrib workflows (default: true)

  • category_filter (optional): Filter by category (e.g., "security", "performance")

Outputs

  • Workflow listings in the requested format, discovery metadata, and category summaries

  • Note: Only workflows available in this server are listed (core + any contrib present)

Perfect for discovering available troubleshooting capabilities and selecting the right workflow for specific Splunk problems.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
format_typeNodetailed
include_coreNo
category_filterNo
include_contribNo
Install Server

TDQS

A4.5/5.0
Behavior4/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 behavioral disclosure. It thoroughly explains what the tool does: lists workflows from core and contrib, supports multiple output formats, and notes that 'Only workflows available in this server are listed.' It does not explicitly state it is a read-only operation, but that is implied by the listing nature. It adds significant context beyond mere existence, covering output formats, sources, and included information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is lengthy but well-structured with clear headers (Output Formats, Workflow Sources, Key Information, When to use, Arguments, Outputs). It front-loads the primary purpose and uses organized sections. While every sentence contributes information, there is some redundancy (e.g., the 'Outputs' section partially duplicates earlier mentions), but overall it is efficient for the level of detail provided.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 4 parameters, no output schema, and no annotations, the description is exceptionally complete. It details all parameter options, expected return content, sources, and integration context. The agent can select and invoke the tool with full understanding of its behavior and outputs. This is a model of thorough contextual disclosure.

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 has 0% description coverage, so the description fully compensates by explaining each parameter in detail. For example, it specifies format_type with allowed values ('detailed', 'summary', 'ids_only', 'by_category') and defaults, and similarly describes include_core, include_contrib, and category_filter with usage context. This adds meaning far beyond the raw schema, making it highly actionable for the agent.

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's purpose: 'List all available workflows from core and contrib sources.' It uses a specific verb ('list') and resource ('workflows') with scope, and it distinguishes itself from sibling tools by focusing specifically on workflows (vs indexes, apps, etc.). The detailed breakdown of output formats and sources reinforces purpose clarity.

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 description includes a dedicated 'When to use' section with explicit guidance: 'Use when you need to discover which workflows exist before running one' and 'Use to filter by category or get just workflow IDs for programmatic selection.' It provides clear context, though it does not explicitly state exclusions or alternatives. This is strong but lacks a 'when not to use' clause, so a 4 is appropriate.

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