inspect_table_schema_tool
Retrieves table schema by querying the live database, falling back to migration SQL or local structure SQL when database access fails.
Instructions
优先从真实数据库解析字段,缺失时回退到目标迁移 SQL 或本地结构 SQL。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | ||
| workspace_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||