Skip to main content
Glama

Kibana MCP Server

by TocharianOU

get_kibana_api_detail

Retrieve details for a specific Kibana API endpoint by specifying the HTTP method and API path. Useful for querying API metadata and configurations.

Instructions

Get details for a specific Kibana API endpoint

Input Schema

NameRequiredDescriptionDefault
methodYesHTTP method, e.g. GET, POST, PUT, DELETE
pathYesAPI path, e.g. /api/actions/connector_types

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "method": { "description": "HTTP method, e.g. GET, POST, PUT, DELETE", "type": "string" }, "path": { "description": "API path, e.g. /api/actions/connector_types", "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