Elasticsearch MCP Server

search_documents

Query and retrieve documents from an Elasticsearch index using a custom search request. Ideal for targeted data extraction and analysis within your cluster.

Instructions

Search documents in an index with a custom query

Input Schema

NameRequiredDescriptionDefault
bodyYes
indexYes

Input Schema (JSON Schema)

{ "properties": { "body": { "title": "Body", "type": "object" }, "index": { "title": "Index", "type": "string" } }, "required": [ "index", "body" ], "title": "search_documentsArguments", "type": "object" }

You must be authenticated.

Other Tools from Elasticsearch MCP Server

Related Tools

ID: b3po3delex