connection-status
Verify the current database connection status on MSSQL MCP Server to ensure stable and reliable interactions with Microsoft SQL Server databases.
Instructions
檢查目前的資料庫連接狀態
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}