Skip to main content
Glama

Astra DB MCP Server

Official

UpdateCollection

Modify an existing collection in Astra DB by renaming it using the specified new name. Simplifies database management through direct updates.

Instructions

Update an existing collection in the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to update
newNameYesNew name for the collection

Input Schema (JSON Schema)

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