Skip to main content
Glama
ePotok22

kibana-console-mcp

by ePotok22

Kibana status

kbn_status

Verify Kibana server connectivity and get the active space, version, and read-only or index-allowlist settings to confirm current access state.

Instructions

Check connectivity and report the Kibana version, the active space, and the current read-only / index-allowlist settings of this MCP server.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly indicates a read-only connectivity check and specifies the exact state reported (Kibana version, active space, read-only/index-allowlist settings). It does not cover failure behavior or side effects, but for a parameterless status tool the disclosed behavior is adequately transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single sentence that front-loads the primary purpose ('Check connectivity') before listing the reported items. Every word contributes to the agent's understanding; there is no filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a parameterless status tool with no output schema, the description covers the operation, the scope ('this MCP server'), and the content of the result (version, active space, settings). Nothing needed to call it correctly is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool has zero parameters, so the description has no parameter meanings to clarify. With no required or optional inputs, the baseline for a no-parameter tool applies; the description adequately focuses on the operation rather than inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific action ('Check connectivity') on a specific resource ('Kibana' / 'this MCP server') and enumerates the exact information returned: version, active space, and read-only/index-allowlist settings. Among sibling tools focused on Elasticsearch queries, mappings, and data views, this is the only status/health tool, so it is readily distinguishable.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Check connectivity' provides clear context for when to call this tool: to verify the server is reachable and inspect its current configuration. It does not explicitly list alternatives or exclusions, but as the sole status tool among the siblings, the guidance is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/ePotok22/kibana-console-mcp'

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