create_database
Create new databases in CockroachDB using the MCP server by specifying the database name. Simplifies database management for LLMs and agentic applications.
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
Name | Required | Description | Default |
---|---|---|---|
database_name | Yes |