Skip to main content
Glama

RushDB

SetRecord

Replace all fields of a record with new values in RushDB's graph database, using the record ID, label, and data to perform atomic updates.

Instructions

Replace all fields of a record with provided values

Input Schema

NameRequiredDescriptionDefault
dataYesThe new record data to set
labelYesLabel for the record
recordIdYesID of the record to set
transactionIdNoOptional transaction ID for atomic set

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The new record data to set", "type": "object" }, "label": { "description": "Label for the record", "type": "string" }, "recordId": { "description": "ID of the record to set", "type": "string" }, "transactionId": { "description": "Optional transaction ID for atomic set", "type": "string" } }, "required": [ "recordId", "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