Skip to main content
Glama

Astra DB MCP Server

Official

BulkDeleteRecords

Remove multiple records from a specified collection in Astra DB. Provide the collection name and an array of record IDs to delete them efficiently.

Instructions

Delete multiple records from a collection at once

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection containing the records
recordIdsYesArray of record IDs to delete

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection containing the records", "type": "string" }, "recordIds": { "description": "Array of record IDs to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "collectionName", "recordIds" ], "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