get_database_schema
Retrieve the database schema to see which tables are available in datasets such as MIMIC-IV and eICU.
Instructions
📚 Discover what data is available in the database.
When to use: Start here to understand what tables exist.
Args: dataset: Dataset name, e.g. 'mimic-iv'.
Returns: List of all available tables in the database with current backend info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |