describe_table
Get detailed schema information for database tables, including columns, data types, keys, and relationships to support data analysis and integration.
Instructions
Shows detailed schema information for a specific table including columns, types, keys, and relationships
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_name | Yes | The name of the database source | |
| table_name | Yes | The name of the table to describe |