Skip to main content
Glama

MCP Server for Splunk

Apache 2.0
16
  • Apple
  • Linux
__init__.py920 B
""" Documentation tools for agentic frameworks. These tools wrap existing resources and return embedded resources with actual content, making them compatible with agentic frameworks that don't support MCP resources natively. """ from .splunk_docs_tools import ( DiscoverSplunkDocs, GetAdminGuide, GetSPLReference, GetSplunkCheatSheet, # Documentation tools GetSplunkDocumentation, GetTroubleshootingGuide, ListAdminTopics, # Discovery tools ListAvailableTopics, ListSPLCommands, ListTroubleshootingTopics, ) __all__ = [ # Discovery tools for topic/command awareness "ListAvailableTopics", "ListTroubleshootingTopics", "ListAdminTopics", "ListSPLCommands", # Documentation access tools "GetSplunkDocumentation", "GetSplunkCheatSheet", "DiscoverSplunkDocs", "GetSPLReference", "GetTroubleshootingGuide", "GetAdminGuide", ]

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