Skip to main content
Glama
deslicer

MCP Server for Splunk

list_lookup_definitions

Retrieve and filter lookup definitions (transforms) from Splunk to understand how CSV files and external lookups are configured for search operations.

Instructions

List lookup definitions (transforms) in Splunk. Returns metadata including name, type, associated filename, fields configuration, app, owner, and permissions. Lookup definitions specify how CSV files or external lookups are used in searches.

Args: owner (str, optional): Filter by owner. Default: 'nobody' (all users) app (str, optional): Filter by app context. Default: '-' (all apps) count (int, optional): Max results to return. 0=all, default: 50 for performance offset (int, optional): Result offset for pagination. Default: 0 search_filter (str, optional): Filter results (e.g., 'filename=*.csv')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerNonobody
appNo-
countNo
offsetNo
search_filterNo

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