CreateRecord
Insert a new record into a specified collection in Astra DB using MCP Server. Define the collection name and provide the record data for creation.
Instructions
Create a new record in a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collectionName | Yes | Name of the collection to create the record in | |
record | Yes | The record data to insert |