Skip to main content
Glama
deslicer

MCP Server for Splunk

create_dashboard

Create a new dashboard in Splunk using Classic Simple XML or Dashboard Studio JSON. Set sharing permissions and optionally overwrite existing dashboards.

Instructions

Create a new dashboard in Splunk. Accepts Classic Simple XML (string) or Dashboard Studio JSON (object/string) via eai:data. Optionally overwrite if it exists and set sharing/permissions (ACL).

Args: name (str): Dashboard name (required) definition (dict|str): Studio JSON (dict/string) or Classic XML (string) (required) owner (str, optional): Dashboard owner. Default: 'nobody' app (str, optional): App context. Default: 'search' label (str, optional): Human label shown in UI description (str, optional): Dashboard description dashboard_type (str, optional): 'studio'|'classic'|'auto' (default: 'auto') sharing (str, optional): 'user'|'app'|'global' read_perms (list[str], optional): Roles/users granted read write_perms (list[str], optional): Roles/users granted write overwrite (bool, optional): If True, updates existing dashboard of same name

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
definitionYes
ownerNonobody
appNosearch
labelNo
descriptionNo
dashboard_typeNoauto
sharingNo
read_permsNo
write_permsNo
overwriteNo
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses that the tool can 'overwrite if it exists', indicating mutation behavior, and mentions setting 'sharing/permissions (ACL)', hinting at access control implications. However, it lacks details on permissions required, error conditions, or response format, leaving gaps for a mutation tool.

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 a concise opening sentence followed by a detailed parameter breakdown. Every sentence earns its place by clarifying tool behavior and parameters, though it could be slightly more front-loaded with key usage guidelines.

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 mutation tool with 11 parameters, no annotations, and no output schema, the description is moderately complete. It covers parameter semantics thoroughly but lacks behavioral context like error handling, authentication needs, or return values, which are critical given the tool's complexity and lack of structured data.

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?

Given 0% schema description coverage, the description compensates fully by providing detailed parameter semantics in the 'Args' section. It explains each parameter's purpose, data types (e.g., 'dict|str' for definition), defaults (e.g., owner defaults to 'nobody'), and optionality, adding significant value beyond the bare 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?

The description clearly states the specific action ('Create a new dashboard in Splunk') and resource ('dashboard'), distinguishing it from sibling tools like 'list_dashboards' or 'get_dashboard_definition'. It specifies the creation of a new entity with optional overwrite behavior.

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 implies usage through the mention of 'overwrite if it exists', suggesting when to use it for updates, but lacks explicit guidance on when to choose this tool over alternatives like 'update_saved_search' or other creation tools. No clear exclusions or prerequisites are stated.

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