get_database_metadata
Retrieve database schema, tables, and fields by ID. Writes full JSON results to a specified file for analysis.
Instructions
Get schema, tables, and fields for a specific database
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| database_id | Yes | The database ID | |
| output_file | Yes | File path where full JSON results will be written |