Skip to main content
Glama

MCP Server for ArangoDB

by ravenwits

arango_insert

Insert documents into specified ArangoDB collections using the MCP Server. Provides structured input for seamless data management and database integration.

Instructions

Insert a document into a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
documentYesDocument to insert

Input Schema (JSON Schema)

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