Skip to main content
Glama

Elasticsearch MCP Server

Apache 2.0
192
  • Apple

general_api_request

Execute HTTP API requests for Elasticsearch/OpenSearch operations using custom methods, paths, query parameters, and request bodies for any unsupported API.

Instructions

Perform a general HTTP API request. Use this tool for any Elasticsearch/OpenSearch API that does not have a dedicated tool.

Args: method: HTTP method (GET, POST, PUT, DELETE, etc.) path: API endpoint path params: Query parameters body: Request body

Input Schema

NameRequiredDescriptionDefault
bodyNo
methodYes
paramsNo
pathYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Body" }, "method": { "title": "Method", "type": "string" }, "params": { "anyOf": [ { "additionalProperties": true, "type": "object" }, { "type": "null" } ], "default": null, "title": "Params" }, "path": { "title": "Path", "type": "string" } }, "required": [ "method", "path" ], "type": "object" }

Other Tools from Elasticsearch 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/cr7258/elasticsearch-mcp-server'

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