list_tables
List database tables with optional schema filtering. Returns schema and table names for each table.
Instructions
列出表。可选 schema 过滤;省略时用连接配置的 schema。 返回 [{schema, name}, ...]。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |