Skip to main content
Glama

MCP Server for ArangoDB

by ravenwits
types.ts715 B
import { CollectionType } from 'arangojs/collection'; // Type definitions for request arguments export interface BackupArgs { outputDir: string; collection?: string; docLimit?: number; } export interface QueryArgs { query: string; bindVars?: Record<string, unknown>; } export interface CollectionDocumentArgs { collection: string; document: Record<string, unknown>; } export interface CollectionKeyArgs { collection: string; key: string; } export interface UpdateDocumentArgs extends CollectionKeyArgs { update: Record<string, unknown>; } export interface CreateCollectionArgs { name: string; type?: 'document' | 'edge'; // Changed from CollectionType to string literals waitForSync?: boolean; }

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