Retrieve detailed information from MySQL databases by specifying the target environment (local, development, staging, production). Facilitates database exploration and data investigation for AI-powered tools.
Retrieve MySQL database information from specified environments to understand database structures and configurations for query planning and data investigation.
Retrieve a list of all PostgreSQL databases with owner, encoding, size, and connection limit information to monitor server resources and identify existing databases.
Fetch detailed information about Metabase models including cards, dashboards, tables, and databases using specific IDs. Supports batch retrieval and pagination for large datasets.
Discover accessible databases on SQL Server by querying sys.databases, excluding system and blocked databases by default, with options to include system databases.
Enables AI to interact with Microsoft Access (.mdb, .accdb) and SQLite 3 databases, including read-only support for Access 97 databases. Supports executing SQL queries, importing/export data from CSV and Excel files, and storing notes about database files.