get_table_schema
Retrieve table schema details for any table in a connected SQL database, including columns and indexes, to understand its structure.
Instructions
Get schema information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tableName | Yes | The name of the table to describe | |
| connectionId | Yes | The ID or name of the database connection | |
| includeIndexes | No | Include index information |