describe_table
Retrieve detailed schema information for a database table including column names, data types, keys, and relationships. Specify source and table name to get structural insights.
Instructions
Shows detailed schema information for a specific table including columns, types, keys, and relationships
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | Yes | The name of the database source | |
| table_name | Yes | The name of the table to describe |