Skip to main content
Glama

OpenSearch MCP Server

by seohyunjun
Apache 2.0
8
  • Apple

search_documents

Query and retrieve documents from a specified index using custom search parameters, enabling precise data retrieval in OpenSearch clusters.

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 OpenSearch MCP Server

Related Tools

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/seohyunjun/opensearch-mcp-server'

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