db_describe_schema
Introspect a database connection to list its databases, schemas, tables, and columns. Use it to understand the structure of your data before building queries or integrations.
Instructions
Introspect a connection (databases / schemas / tables / columns).
Args: connection_id: The DB Console connection id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |