get_database_stats
Retrieve database statistics and information using existing DBeaver connections to analyze database performance and structure.
Instructions
Get statistics and information about a database
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"
}