Skip to main content
Glama

Agent Knowledge MCP

delete_document

Remove a specific document from an Elasticsearch index using its unique ID. Ideal for managing data accuracy and storage in knowledge systems.

Instructions

Delete a document from Elasticsearch index by document ID

Input Schema

NameRequiredDescriptionDefault
doc_idYesDocument ID to delete from the index
indexYesName of the Elasticsearch index containing the document

Input Schema (JSON Schema)

{ "properties": { "doc_id": { "description": "Document ID to delete from the index", "title": "Doc Id", "type": "string" }, "index": { "description": "Name of the Elasticsearch index containing the document", "title": "Index", "type": "string" } }, "required": [ "index", "doc_id" ], "type": "object" }

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/itshare4u/AgentKnowledgeMCP'

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