Skip to main content
Glama

Elasticsearch MCP Server

Apache 2.0
192
  • Apple

delete_document

Delete a specific document by its ID from an Elasticsearch index using the MCP server. Specify the index name and document ID to remove the targeted data efficiently.

Instructions

Delete a document by ID. Args: index: Name of the index id: Document ID

Input Schema

NameRequiredDescriptionDefault
idYes
indexYes

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "string" }, "index": { "title": "Index", "type": "string" } }, "required": [ "index", "id" ], "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