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
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes |