Skip to main content
Glama

Astra DB MCP Server

Official

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

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