Skip to main content

Available Tools

ToolDescriptionSafety Level
list_connectionsList all DBeaver database connections✅ Safe
get_connection_infoGet detailed connection information✅ Safe
execute_queryExecute SELECT queries (read-only)✅ Safe
write_queryExecute INSERT, UPDATE, DELETE queries⚠️ Modifies data
create_tableCreate new database tables⚠️ Schema changes
alter_tableModify existing table schemas⚠️ Schema changes
drop_tableRemove tables (requires confirmation)❌ Destructive
get_table_schemaGet detailed table schema information✅ Safe
list_tablesList all tables and views in database✅ Safe
export_dataExport query results to CSV/JSON✅ Safe
test_connectionTest database connectivity✅ Safe
get_database_statsGet database statistics and info✅ Safe
append_insightAdd business insights to memo✅ Safe
list_insightsList stored business insights✅ Safe