test_connection
Verify connectivity to DBeaver database connections by testing if the specified connection can be established successfully.
Instructions
Test connectivity to a DBeaver connection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | The ID or name of the DBeaver connection to test |
Input Schema (JSON Schema)
{
"properties": {
"connectionId": {
"description": "The ID or name of the DBeaver connection to test",
"type": "string"
}
},
"required": [
"connectionId"
],
"type": "object"
}