Skip to main content
Glama

RushDB

GetRecord

Retrieve a specific record by its unique ID from the RushDB graph database to access stored data quickly.

Instructions

Get a specific record by ID

Input Schema

NameRequiredDescriptionDefault
recordIdYesID of the record to retrieve

Input Schema (JSON Schema)

{ "properties": { "recordId": { "description": "ID of the record to retrieve", "type": "string" } }, "required": [ "recordId" ], "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