Astra DB MCP Server

Official
by datastax
Verified

CreateCollection

Easily create a new database collection with specified dimensions and vector settings using this tool, designed for streamlined data management in Astra DB.

Instructions

Create a new collection in the database

Input Schema

NameRequiredDescriptionDefault
collectionNameYesName of the collection to create
dimensionNoThe dimensions of the vector collection, if vector is true
vectorNoWhether to create a vector collection

Input Schema (JSON Schema)

{ "properties": { "collectionName": { "description": "Name of the collection to create", "type": "string" }, "dimension": { "default": 1536, "description": "The dimensions of the vector collection, if vector is true", "type": "number" }, "vector": { "default": true, "description": "Whether to create a vector collection", "type": "boolean" } }, "required": [ "collectionName" ], "type": "object" }

You must be authenticated.

Other Tools from Astra DB MCP Server

Related Tools

ID: tigix0yf4b