get_schema
Retrieve database schema in Markdown format. Get a summary of all tables or detailed column information for specified tables.
Instructions
获取数据库 schema(Markdown)。默认返回所有表的摘要;传入 table_names 时返回这些表的列详情。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | Connection name (matches config.yaml connections[].name) | |
| table_names | No | Optional list of table names. If omitted, returns a summary of all tables. |