Skip to main content
Glama

RushDB

GetRecordsByIds

Retrieve multiple database records using their unique identifiers. This tool fetches specific records from RushDB by providing an array of record IDs.

Instructions

Get multiple records by their IDs

Input Schema

NameRequiredDescriptionDefault
recordIdsYesArray of record IDs to retrieve

Input Schema (JSON Schema)

{ "properties": { "recordIds": { "description": "Array of record IDs to retrieve", "items": { "type": "string" }, "type": "array" } }, "required": [ "recordIds" ], "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