Skip to main content
Glama

Astra DB MCP Server

Official

BulkCreateRecords

Insert multiple records into a specified collection in Astra DB databases using the Model Context Protocol server. Simplify batch data management with direct record creation.

Instructions

Create multiple records in a collection at once

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to create the records in
recordsYesArray of records to insert

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to create the records in", "type": "string" }, "records": { "description": "Array of records to insert", "items": { "type": "object" }, "type": "array" } }, "required": [ "collectionName", "records" ], "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/datastax/astra-db-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server