Skip to main content
Glama

MCP Server for ArangoDB

by ravenwits

arango_update

Modify a document in a specified ArangoDB collection by providing the collection name, document key, and update object using the MCP Server for ArangoDB.

Instructions

Update a document in a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
keyYesDocument key
updateYesUpdate object

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "key": { "description": "Document key", "type": "string" }, "update": { "additionalProperties": true, "description": "Update object", "type": "object" } }, "required": [ "collection", "key", "update" ], "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