DataWorks MCP Server

Official

GetMetaTableBasicInfo

Retrieve essential table metadata, including details like database name, table name, and GUID, for ODPS or EMR data sources in DataWorks MCP Server. Configure parameters to access specific table information and extension fields.

Instructions

获取表的基础信息

Input Schema

NameRequiredDescriptionDefault
ClusterIdNoEMR集群的ID,当DataSourceType(数据类型)参数配置为EMR时,当前参数必配
DataSourceTypeNo数据类型,包括odps和emr
DatabaseNameNo数据库的名称。仅当数据类型为EMR时,需要配置该参数
ExtensionNo是否包含扩展字段。扩展字段包含读取次数、收藏次数、浏览次数等。仅当数据类型为ODPS时,该参数生效
TableGuidNoMaxCompute表的唯一标识。格式为odps.projectName.tableName。>EMR场景下,该参数非必选
TableNameNoEMR的表名称。仅当数据类型为EMR时,需要配置该参数

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ClusterId": { "description": "EMR集群的ID,当DataSourceType(数据类型)参数配置为EMR时,当前参数必配", "type": "string" }, "DataSourceType": { "description": "数据类型,包括odps和emr", "type": "string" }, "DatabaseName": { "description": "数据库的名称。仅当数据类型为EMR时,需要配置该参数", "type": "string" }, "Extension": { "description": "是否包含扩展字段。扩展字段包含读取次数、收藏次数、浏览次数等。仅当数据类型为ODPS时,该参数生效", "type": "boolean" }, "TableGuid": { "description": "MaxCompute表的唯一标识。格式为odps.projectName.tableName。>EMR场景下,该参数非必选", "type": "string" }, "TableName": { "description": "EMR的表名称。仅当数据类型为EMR时,需要配置该参数", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr