Astra DB MCP Server

Official
by datastax
Verified

GetRecord

Retrieve a specific record by its ID from a named collection in Astra DB using natural language commands on the MCP Server.

Instructions

Get a specific record from a collection by ID

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to get the record from
recordIdYesID of the record to retrieve

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to get the record from", "type": "string" }, "recordId": { "description": "ID of the record to retrieve", "type": "string" } }, "required": [ "collectionName", "recordId" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

ID: tigix0yf4b