Skip to main content
Glama

MCP Server for ArangoDB

by ravenwits

arango_remove

Deletes a document from a specified ArangoDB collection using its unique key, enabling efficient data management through the MCP Server for ArangoDB.

Instructions

Remove a document from a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
keyYesDocument key

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "key": { "description": "Document key", "type": "string" } }, "required": [ "collection", "key" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Server for ArangoDB

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/ravenwits/mcp-server-arangodb'

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