Skip to main content
Glama
deslicer

MCP Server for Splunk

by deslicer

List Lookup Files

list_lookup_files

List CSV lookup table files in Splunk and view their metadata, including name, owner, permissions, and last updated time. Use this to discover available lookup files for your searches.

Instructions

List CSV lookup table files in Splunk. Returns metadata including name, filename, app, owner, sharing/permissions, and last updated time. Use this to discover available lookup files. To view the actual CSV content, use run_splunk_search with '| inputlookup '.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appNoFilter by app context. Default: '-' (all apps)-
countNoMax results to return. 0=all, default: 50 for performance
ownerNoFilter by owner. Default: 'nobody' (all users)nobody
offsetNoResult offset for pagination. Default: 0
search_filterNoFilter results (e.g., 'name=*geo*')
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It does describe the output metadata, but does not disclose whether the operation has side effects (it appears read-only) or any permission requirements. Since it's a list operation, the risk is low, but the description does not explicitly state its non-destructive nature. This is adequate but not thorough.

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 concise, consisting of three short sentences that pack purpose, output summary, usage guidance, and an alternative. There is no fluff, and the most important information (the listing action) is front-loaded. Each sentence contributes value.

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?

For a simple list operation with no output schema and fully described parameters, the description is complete. It informs the agent what the tool returns, when to use it, and how to get more detailed content. No critical information is missing.

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?

The schema describes all 5 parameters with descriptions and default values, achieving 100% coverage. The description does not add parameter-specific details beyond what the schema provides, but it does mention the purpose of filtering via 'discover available lookup files' implying the need for filters. Baseline 3 is appropriate since schema covers the parameters fully.

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 what the tool does: 'List CSV lookup table files in Splunk' and specifies the returned metadata fields (name, filename, app, owner, permissions, last updated). It is specific and unambiguous, distinguishing it from generic listing tools by focusing on lookup files.

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 provides explicit usage context ('Use this to discover available lookup files') and directs to an alternative tool for viewing content ('use run_splunk_search with '| inputlookup <filename>''). It lacks explicit 'when not to use' guidance, but the alternative is clearly stated, making it easy for an agent to decide.

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