list_schema
List database tables or view column details for MariaDB/MySQL and MSSQL databases using secure OAuth 2.0 authentication. Specify a connection and optionally a table name to explore schema structure.
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 |