Skip to main content
Glama
deslicer

MCP Server for Splunk

create_kvstore_collection

Provision a new KV Store collection for lookups or persisted configuration in a specified Splunk app, with optional field definitions, indexing, and replication settings.

Instructions

Create a KV Store collection with optional fields and indexing. Use this to provision a new collection for lookups or persisted configuration in a specific app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appYesTarget Splunk application where the collection will be created. Examples: - 'search': Default search app - 'my_app': Custom application - 'splunk_monitoring_console': Monitoring console app
collectionYesName for the new collection (alphanumeric and underscores only). Examples: - 'users': User information store - 'configurations': Application settings - 'lookup_table': Data enrichment table
fieldsNoField definitions specifying data types and constraints
accelerated_fieldsNoIndex definitions for faster queries
replicatedNoWhether to replicate across cluster (default: True)
create_lookup_definitionNoAlso create a transforms.conf lookup definition (default: False)
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions optional fields and indexing but omits critical behavioral details like overwrite behavior, security requirements, or error handling.

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 two sentences, front-loaded with the core action, and contains no extraneous information. Every sentence adds value.

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?

No output schema, but description gives basic context (app-specific, lookups/persisted config). However, it lacks details on return values, error messages, or post-creation effects, making it adequate but not thorough.

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

Parameters3/5

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

Schema coverage is 100%, so baseline 3. The description adds no extra parameter meaning beyond the schema; it only echoes 'optional fields and indexing' already implied.

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 specifies the verb 'Create' and resource 'KV Store collection', with details on optional fields and indexing. It distinguishes from sibling tools like create_config or create_dashboard by focusing on KV Store collections.

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

Usage Guidelines3/5

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

The description provides a usage context ('for lookups or persisted configuration in a specific app') but does not give explicit guidance on when not to use or mention alternatives among siblings.

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