disconnect_database
Close database connections to free up resources and manage connection pooling in the MCP Universal DB Client. Use this tool to terminate specific database sessions when they are no longer needed.
Instructions
Disconnect from a database using connection ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
connectionID | Yes | The connection ID to disconnect |
Input Schema (JSON Schema)
{
"properties": {
"connectionID": {
"description": "The connection ID to disconnect",
"type": "string"
}
},
"required": [
"connectionID"
],
"type": "object"
}