Skip to main content
Glama

Astra DB MCP Server

Official

DeleteRecord

Remove a specific record from a collection in Astra DB using the provided collection name and record ID through the MCP Server interface.

Instructions

Delete a record from a collection

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection containing the record
recordIdYesID of the record to delete

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection containing the record", "type": "string" }, "recordId": { "description": "ID of the record to delete", "type": "string" } }, "required": [ "collectionName", "recordId" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

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