get_database_info
Returns information about the connection status, access mode, and security configuration.
Parameters
Section titled “Parameters”This tool requires no parameters.
Usage example
Section titled “Usage example”{ "name": "get_database_info", "arguments": {}}Response
Section titled “Response”{ "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}Typical usage
Section titled “Typical usage”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