Elasticsearch MCP Server

search_documents

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" }