Skip to content

get_database_info

Returns information about the connection status, access mode, and security configuration.

This tool requires no parameters.

{
"name": "get_database_info",
"arguments": {}
}
{
"status": "connected",
"server": "my-server.database.windows.net",
"database": "MyDatabase",
"read_only": true,
"whitelist_tables": ["temp_ai", "v_temp_ia"],
"encryption": "enabled",
"developer_mode": false
}

Claude usually invokes this tool automatically at the beginning of a conversation to understand:

  • Whether the database is connected
  • What access mode it has (read/write)
  • Which tables it can modify