Skip to main content
Glama

RushDB

BulkCreateRecords

Create multiple database records in one operation to efficiently handle batch data insertion and maintain data consistency.

Instructions

Create multiple records in a single operation

Input Schema

NameRequiredDescriptionDefault
dataYesArray of record data to insert
labelYesLabel for all records
transactionIdNoOptional transaction ID for atomic bulk creation

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Array of record data to insert", "items": { "type": "object" }, "type": "array" }, "label": { "description": "Label for all records", "type": "string" }, "transactionId": { "description": "Optional transaction ID for atomic bulk 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