Skip to main content
Glama
deslicer

MCP Server for Splunk

workflow_builder

Create, edit, and validate custom troubleshooting workflows for Splunk environments. Generate templates, verify dependencies, and ensure compatibility with dynamic troubleshooting systems.

Instructions

Interactive tool for creating, editing, and validating custom workflows.

This tool provides comprehensive workflow development capabilities for creating custom troubleshooting workflows that integrate with the MCP Server for Splunk dynamic troubleshooting system. It supports multiple modes of operation to accommodate different workflow development needs.

Modes:

  • create: Interactive workflow creation with guided prompts

  • edit: Modify existing workflow definitions with validation

  • validate: Comprehensive validation of workflow structure and dependencies

  • template: Generate pre-built workflow templates for common use cases

  • process: Process and validate finished workflow definitions

Key Capabilities:

  • Step-by-step workflow creation with validation

  • Template generation for common workflow patterns

  • Comprehensive validation including dependency analysis

  • JSON output generation with proper formatting

  • Integration testing and compatibility verification

  • Processing of complete workflow definitions

Validation Features:

  • Schema compliance verification

  • Circular dependency detection

  • Tool availability checking

  • Context variable validation

  • Integration compatibility assessment

When to use

  • Use to create new workflows from templates or from scratch

  • Use to edit or validate an existing workflow JSON before contributing or running it

  • Use to generate templates and examples for standard categories (security, performance, data quality)

Arguments

  • mode (optional): "create", "edit", "validate", "template", or "process" (default: "create")

  • workflow_data (optional): JSON string or object when editing/validating/processing

  • template_type (optional): Template key when mode="template" (e.g., "minimal", "security")

  • file_path (optional): Path to workflow file when mode="validate"

Outputs

  • Structured results including validation summaries, templates, or processed workflow data

  • Ready-to-execute workflows that can be run with workflow_runner or the dynamic agent

Perfect for workflow contributors who need guided assistance in creating well-structured, validated workflows that integrate seamlessly with the dynamic troubleshoot agent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modeNocreate
workflow_dataNo
template_typeNominimal
file_pathNo
Behavior3/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It does well describing capabilities (validation features, integration testing) and output characteristics (JSON output, structured results). However, it lacks critical behavioral details: no mention of authentication requirements, rate limits, error handling, whether workflows are saved persistently, or what happens during concurrent edits. The description provides good functional context but misses operational constraints.

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

Conciseness3/5

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

The description is well-structured with clear sections (Modes, Key Capabilities, Validation Features, When to use, Arguments, Outputs) but is overly verbose. Several sentences repeat concepts ('comprehensive workflow development capabilities', 'comprehensive validation'), and the marketing language at the end ('Perfect for workflow contributors...') adds little value. The core information could be conveyed in half the length without losing clarity.

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

Completeness3/5

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

For a 4-parameter tool with no annotations and no output schema, the description provides good functional coverage but has significant gaps. It explains what the tool does and how to use parameters, but lacks: output format details (beyond 'structured results'), error conditions, persistence behavior, and integration constraints. The absence of annotations means the description should cover more operational aspects than it currently does.

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?

With 0% schema description coverage for 4 parameters, the description must compensate - which it does effectively. The 'Arguments' section clearly explains each parameter's purpose, optional status, default values, and usage context (e.g., 'template_type' only used when mode='template'). It adds meaningful semantics beyond the bare schema, though it could provide more detail on expected JSON structure for 'workflow_data' and valid values for 'template_type'.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 as 'creating, editing, and validating custom workflows' with specific integration context ('integrate with the MCP Server for Splunk dynamic troubleshooting system'). It distinguishes from siblings like 'workflow_runner' (which executes workflows) and 'list_workflows' (which lists existing ones), but doesn't explicitly contrast with all sibling tools. The verb+resource combination is specific and actionable.

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 'When to use' section provides clear context for three specific scenarios: creating new workflows, editing/validating existing workflows before contribution/running, and generating templates. It mentions integration with 'workflow_runner' as an alternative for execution. However, it doesn't explicitly state when NOT to use this tool versus other workflow-related tools like 'workflow_requirements' or 'get_executed_workflows'.

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