GetRecord
Retrieve a specific record by its ID from a collection on Astra DB using the Model Context Protocol Server. Simplify data access with direct queries.
Instructions
Get a specific record from a collection by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Name of the collection to get the record from | |
recordId | Yes | ID of the record to retrieve |