Skip to main content
Glama

CockroachDB MCP Server

drop_database

Remove an existing database by specifying its name to manage data in CockroachDB via the MCP Server. Returns success or error message based on operation outcome.

Instructions

Drop an existing database.

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

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": "drop_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-cockroach'

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