Skip to main content
Glama
csimi

elastic-mcp

by csimi

Get Kibana saved object

get_kibana_object
Read-only

Fetch a Kibana saved object by type:id reference, decode embedded JSON strings, and resolve linked object titles.

Instructions

Fetch a Kibana saved object (visualization, lens, dashboard, index-pattern, search, map, tag, ...) by ":" reference. Decodes the JSON-as-string fields Kibana stores inline (visState, searchSourceJSON, ...) and resolves references[] to the titles of the objects they point at. Reads .kibana_analytics and .kibana directly, so the API key needs read access to those indices.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesSaved-object reference in "<type>:<id>" form, e.g. "visualization:my-viz-001"
Behavior5/5

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

Discloses that it decodes inline JSON fields and resolves references, beyond the readOnlyHint annotation. Also specifies which indices are accessed.

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?

Three concise sentences, front-loaded with action, then processing details, then access requirements. No redundancy.

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?

Given no output schema, description explains output characteristics (decoded fields, resolved references) and access needs. Sufficient for a simple fetch tool.

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?

Schema covers ref parameter with description; description adds example format, reinforcing the syntax. Value added over schema is moderate.

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?

Clearly states the tool fetches a Kibana saved object by type:id reference, with specific examples. Differentiates from siblings by specifying it reads Kibana indices.

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?

Explains use case and prerequisites (API key needs read access to specified indices). Does not explicitly state when not to use or contrast with siblings like get_document.

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

Install Server

Other Tools

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/csimi/elastic-mcp'

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