list-fields
Retrieve the field list of a specified table in a database using the schema and table name, enabling structured data exploration and query preparation.
Instructions
获取指定表的字段列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
databaseId | Yes | 数据库ID | |
schema | Yes | Schema名称 | |
tableName | Yes | 表名 |