switch_database
Change the active database connection in CockroachDB MCP Server by specifying the target database name, ensuring efficient data management and query execution.
Instructions
Switch the connection to a different database.
Args: database (str): Name of the database to switch to.
Returns: A success message or an error message.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |