get_connection_info
Retrieve detailed configuration and properties for a specific DBeaver database connection using its unique ID or name.
Instructions
Get detailed information about a specific DBeaver connection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionId | Yes | The ID or name of the DBeaver connection |
Input Schema (JSON Schema)
{
"properties": {
"connectionId": {
"description": "The ID or name of the DBeaver connection",
"type": "string"
}
},
"required": [
"connectionId"
],
"type": "object"
}