Skip to main content
Glama

Kibana MCP Server

by TocharianOU

execute_api

Perform custom API requests in Kibana with multi-space support, enabling users to execute GET, POST, PUT, or DELETE methods with optional parameters and body content.

Instructions

Execute a custom API request for Kibana with multi-space support

Input Schema

NameRequiredDescriptionDefault
bodyNo
methodYes
paramsNo
pathYes
spaceNoTarget Kibana space (optional, defaults to configured space)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "body": {}, "method": { "enum": [ "GET", "POST", "PUT", "DELETE" ], "type": "string" }, "params": { "additionalProperties": { "type": [ "string", "number", "boolean" ] }, "type": "object" }, "path": { "type": "string" }, "space": { "description": "Target Kibana space (optional, defaults to configured space)", "type": "string" } }, "required": [ "method", "path" ], "type": "object" }
Install Server

Other Tools from Kibana MCP Server

Related Tools

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/TocharianOU/mcp-server-kibana'

If you have feedback or need assistance with the MCP directory API, please join our Discord server