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
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
key | Yes | Document key | |
update | Yes | Update object |