Skip to main content
Glama
deslicer

MCP Server for Splunk

workflow_requirements

Get schema definitions and documentation for creating custom diagnostic workflows that integrate with Splunk's dynamic troubleshooting system.

Instructions

Get comprehensive requirements and schema information for creating custom workflows.

This tool provides detailed documentation for creating custom troubleshooting workflows that integrate with the MCP Server for Splunk dynamic troubleshooting system. It includes complete schema definitions, available tools, context variables, validation rules, and integration guidelines.

Output Formats:

  • detailed: Complete requirements with examples and explanations (default)

  • schema: JSON schema definitions for validation tools

  • quick: Quick reference for experienced contributors

  • examples: Example workflow structures and common patterns

Key Information Provided:

  • WorkflowDefinition and TaskDefinition schema structures

  • Complete list of available Splunk tools with descriptions

  • Context variables and their usage patterns

  • Validation rules and constraints

  • Integration points with dynamic troubleshoot agent

  • Best practices for workflow design and task creation

When to use

  • Use at the beginning of authoring to understand schemas and constraints

  • Use during development for quick reference to context variables and available tools

  • Use in CI/validation tooling to fetch schemas for automated checks

Arguments

  • format_type (optional): "detailed" (default), "schema", "quick", or "examples"

Outputs

  • Full schema and best practices (detailed), just schemas (schema), quick cheat sheet (quick), or examples

Perfect for workflow contributors who need to understand the requirements and structure for creating custom diagnostic workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
format_typeNodetailed
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 does well by describing the four output formats and what each provides, specifying the default behavior ('detailed' format), and indicating this is a read-only documentation tool. However, it doesn't mention potential limitations like response size or performance characteristics.

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 well-structured with clear sections (Output Formats, Key Information Provided, When to use, Arguments, Outputs) and front-loads the core purpose. While comprehensive, some sections could be more concise, such as the 'Key Information Provided' list which repeats information from earlier in the description.

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 the tool's moderate complexity (single optional parameter, no output schema), the description provides substantial context about what information is returned, when to use the tool, and how different formats work. The main gap is the lack of output schema, but the description compensates by detailing what each format provides.

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?

The schema has 0% description coverage for its single parameter, but the description compensates well by documenting the 'format_type' parameter with its four possible values and explaining what each format provides. It also specifies the default value and gives semantic meaning to each option beyond just listing enum values.

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 with specific verbs ('Get comprehensive requirements and schema information') and resources ('for creating custom workflows'). It distinguishes itself from sibling tools like 'workflow_builder' or 'workflow_runner' by focusing on documentation and schema retrieval rather than creation or execution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description includes an explicit 'When to use' section with three specific scenarios: at the beginning of authoring, during development for quick reference, and in CI/validation tooling. It also distinguishes this tool from alternatives by specifying it's for understanding requirements rather than building or running 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