Skip to main content
Glama

Astra DB MCP Server

Official

DeleteCollection

Remove a collection from Astra DB using the Astra DB MCP Server. Specify the collection name to delete it permanently from the database.

Instructions

Delete a collection from the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to delete

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to delete", "type": "string" } }, "required": [ "collectionName" ], "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