Skip to main content
Glama
schwarztim

Elastic MCP Server

by schwarztim

nodes_info

Retrieve cluster node details including roles, JVM settings, and installed plugins to monitor and manage Elasticsearch infrastructure.

Instructions

Get information about cluster nodes including roles, JVM settings, and plugins.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idNoSpecific node ID (omit for all nodes)
metricNoSpecific metrics to retrieve
Behavior2/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. It describes a read operation ('Get information'), which suggests non-destructive behavior, but lacks details on permissions, rate limits, response format, or potential side effects. This is a significant gap for a tool with no annotation coverage.

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?

The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded with the core action and resource, making it easy to parse and understand quickly.

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

Completeness3/5

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

Given the complexity (a read operation with two optional parameters) and no annotations or output schema, the description is minimally adequate. It covers the basic purpose but lacks behavioral context, usage guidelines, and output details, leaving gaps that could hinder effective tool selection and invocation.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema fully documents both parameters ('node_id' and 'metric'). The description does not add any parameter-specific details beyond what the schema provides, such as examples or usage context, resulting in a baseline score of 3.

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

Purpose4/5

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

The description clearly states the action ('Get information') and the resource ('cluster nodes'), specifying the types of information included (roles, JVM settings, plugins). It distinguishes from some siblings like 'cluster_info' or 'nodes_stats' by focusing on node-level details rather than cluster-wide metrics or statistics, though not explicitly contrasting them.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus alternatives is provided. The description implies usage for node-level details, but it does not specify scenarios, prerequisites, or compare with similar tools like 'nodes_stats' or 'cluster_health', leaving the agent to infer based on tool names alone.

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

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