get_data_source_schema
Retrieve the full schema of a database data source, including all tables and their columns, using its data source ID.
Instructions
Get the full database schema (all tables and their columns) for a data source. Use list_data_sources first to find the data_source_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data_source_id | Yes | Data source ID (from list_data_sources) |