Skip to main content
Glama

RushDB

CreateRecord

Add new records to your RushDB graph database with structured data and optional transaction support for atomic operations.

Instructions

Create a new record in the database

Input Schema

NameRequiredDescriptionDefault
dataYesThe record data to insert
labelYesLabel for the record
transactionIdNoOptional transaction ID for atomic creation

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The record data to insert", "type": "object" }, "label": { "description": "Label for the record", "type": "string" }, "transactionId": { "description": "Optional transaction ID for atomic creation", "type": "string" } }, "required": [ "label", "data" ], "type": "object" }

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/1pxone/RushDB'

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