get_splunk_documentation
Retrieve Splunk documentation content by URI pattern for cheat sheets, troubleshooting guides, SPL references, and admin guides. Returns embedded markdown resources compatible with agentic frameworks.
Instructions
Retrieve any Splunk documentation by URI pattern. This tool wraps existing documentation resources and returns embedded resources with actual content, making them compatible with agentic frameworks that don't support MCP resources natively. Supports all documentation types including cheat sheets, troubleshooting guides, SPL references, and admin guides.
Args: doc_uri (str): Documentation URI pattern. Use list_available_topics() to see all available URI patterns and topics. Examples: - 'splunk-docs://cheat-sheet' - Splunk SPL cheat sheet - 'splunk-docs://discovery' - Available documentation discovery - 'splunk-docs://9.4/spl-reference/stats' - SPL stats command - 'splunk-docs://latest/troubleshooting/metrics-log' - Troubleshooting guide - 'splunk-docs://9.3/admin/indexes' - Admin guide for indexes - 'splunk-cim://authentication' - CIM data model (latest version) - 'splunk-cim://6.1/network-traffic' - CIM data model (specific version) - 'splunk-cim://discovery' - CIM discovery index - 'dashboard-studio://cheatsheet' - Dashboard Studio cheatsheet - 'dashboard-studio://discovery' - Dashboard Studio discovery - 'splunk-spec://props.conf' - Config file specification auto_detect_version (bool, optional): Whether to auto-detect Splunk version for dynamic resources. Defaults to True.
Returns embedded resource with actual documentation content in markdown format.
π‘ Tip: Use list_available_topics() to discover all available URI patterns and topics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_uri | Yes | ||
| auto_detect_version | No |