DataWorks MCP Server

Official

GetMetaTableColumn

Retrieve column information for a specified table in EMR databases to facilitate metadata management and data analysis workflows using DataWorks MCP Server.

Instructions

获取表的字段信息

Input Schema

NameRequiredDescriptionDefault
ClusterIdNoEMR集群的ID
DataSourceTypeNo数据类型,当前仅支持取值为emr
DatabaseNameNoEMR的数据库名称
PageNumNo请求获取的数据页码数,用于翻页
PageSizeNo每页显示的条数,默认为10条,最大100条
TableGuidNo表的唯一标识
TableNameNoEMR的表名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ClusterId": { "description": "EMR集群的ID", "type": "string" }, "DataSourceType": { "description": "数据类型,当前仅支持取值为emr", "type": "string" }, "DatabaseName": { "description": "EMR的数据库名称", "type": "string" }, "PageNum": { "description": "请求获取的数据页码数,用于翻页" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大100条" }, "TableGuid": { "description": "表的唯一标识", "type": "string" }, "TableName": { "description": "EMR的表名称", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr