Skip to main content
Glama

RushDB

UpdateRecord

Modify existing records in RushDB by providing record ID, label, and partial data updates. Supports optional transaction IDs for atomic operations.

Instructions

Update an existing record (partial update)

Input Schema

NameRequiredDescriptionDefault
dataYesThe updated (partial) record data
labelYesLabel for the record
recordIdYesID of the record to update
transactionIdNoOptional transaction ID for atomic update

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The updated (partial) record data", "type": "object" }, "label": { "description": "Label for the record", "type": "string" }, "recordId": { "description": "ID of the record to update", "type": "string" }, "transactionId": { "description": "Optional transaction ID for atomic update", "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