Skip to main content
Glama

Astra DB MCP Server

Official

BulkUpdateRecords

Update multiple records in a collection simultaneously using IDs and new data through the Astra DB MCP Server. Streamline database management by applying changes to multiple entries in one operation.

Instructions

Update multiple records in a collection at once

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection containing the records
recordsYesArray of records to update with their IDs

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection containing the records", "type": "string" }, "records": { "description": "Array of records to update with their IDs", "items": { "properties": { "id": { "description": "ID of the record to update", "type": "string" }, "record": { "description": "The updated record data", "type": "object" } }, "required": [ "id", "record" ], "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