Skip to main content
Glama

Astra DB MCP Server

Official

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

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