get_table_info
Retrieve detailed information about a specific table, including its schema and sample data, for data analysis and inspection.
Instructions
Get detailed information about a specific table.
Args: table_name: Name of the table to inspect
Returns: Detailed table information including schema and sample data
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |