Skip to main content
Glama

CockroachDB MCP Server

create_database

Facilitates the creation of new databases by specifying the database name, ensuring efficient data management within the CockroachDB MCP Server environment.

Instructions

Enable the creation of new databases.

Args: database_name (str): Name of the database to create.

Returns: A success message or an error message.

Input Schema

NameRequiredDescriptionDefault
database_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_name": { "title": "Database Name", "type": "string" } }, "required": [ "database_name" ], "title": "create_databaseArguments", "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/amineelkouhen/mcp-cockroachdb'

If you have feedback or need assistance with the MCP directory API, please join our Discord server