connect_database
Establish a connection to a specified ClickHouse database for secure interactions and query execution, facilitating data access and management through the MCP server.
Instructions
Connect to a specific ClickHouse database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
database | Yes |
Input Schema (JSON Schema)
{
"properties": {
"database": {
"title": "Database",
"type": "string"
}
},
"required": [
"database"
],
"title": "connect_databaseArguments",
"type": "object"
}