Skip to main content
Glama
fastmcp-me

Agent Knowledge MCP

by fastmcp-me

restore_snapshot

Restore indices from an Elasticsearch snapshot, with options for index selection, renaming, and conflict resolution.

Instructions

Restore indices from an Elasticsearch snapshot with comprehensive options and conflict resolution

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
snapshot_nameYesName of the snapshot to restore from
repositoryNoRepository containing the snapshotbackup_repository
indicesNoComma-separated list of indices to restore (default: all from snapshot)
ignore_unavailableNoWhether to ignore unavailable indices
include_global_stateNoWhether to restore cluster global state
wait_for_completionNoWhether to wait for restore completion
rename_patternNoPattern to rename restored indices (e.g., 'restored_%s')
index_settingsNoJSON string of index settings to override

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description must fully convey behavioral traits. It mentions 'conflict resolution' but does not explain if the operation is destructive (e.g., overwrites existing indices), what permissions are required, or any side effects. This lack of detail leaves the agent without essential safety information.

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

Conciseness4/5

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

The description is a single sentence that is concise and to the point. While it could be more structured (e.g., separating purpose from options), it avoids unnecessary verbosity and front-loads the key action.

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?

The tool has an output schema, so return values need not be explained. However, given the complexity (8 parameters, destructive operation), the description omits important context like error handling, typical use cases, and effects of default values. It is minimally complete but could better prepare the agent for robust usage.

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 baseline is 3. The description adds no additional meaning beyond 'comprehensive options and conflict resolution', which is too vague to enhance parameter understanding. The schema already documents all parameters adequately.

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 clearly states the tool restores indices from an Elasticsearch snapshot, using a specific verb ('Restore') and resource ('indices from an Elasticsearch snapshot'). It differentiates from sibling tools like 'create_snapshot' and 'list_snapshots' by its distinct purpose.

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 (e.g., reindexing or other restore methods). There is no mention of prerequisites, such as the snapshot existing or the repository being configured, which are critical for correct usage.

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/fastmcp-me/agentknowledgemcp'

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