list_schema
List database tables or describe a specific table's columns for a given connection. Pass the connection name and optionally a table name to view its schema.
Instructions
List tables or describe a specific table's columns for a given connection. Pass connection with the name of the target (omit if only one connection exists). Call with no table argument to see all tables, or with table set to 'schema.table' (MariaDB uses database.table; MSSQL uses schema.table within the connection's initial catalog) to describe its columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection | No | ||
| table | No |