get_table_info
Retrieve a table's columns, data types, and row count to quickly understand its structure in any connected database.
Instructions
Get detailed information about a table: columns, types, row count.
Args: table: Table name. database: Name of the database within the connection (optional). connection_name: Name of the database connection (default: "default").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | ||
| database | No | ||
| connection_name | No | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |