Astra DB MCP Server

Official
by datastax
Verified

UpdateCollection

Modify the name of an existing database collection using specified inputs, ensuring accurate and efficient updates to your data organization.

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" }

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

ID: tigix0yf4b