DataWorks MCP Server

Official

GetMetaTableOutput

Retrieve detailed output information for specific tables in Alibaba Cloud DataWorks. Input table identifier, date range, and pagination settings to access structured metadata for analysis or troubleshooting.

Instructions

获取表的产出信息

Input Schema

NameRequiredDescriptionDefault
EndDateYes结束日期
PageNumberNo分页的页数。默认值为1,最小值为1,最大值为30
PageSizeNo每页显示的条数,默认为10条,最大100条
StartDateYes开始日期
TableGuidYes表的唯一标识
TaskIdNo任务标识

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "EndDate": { "description": "结束日期", "type": "string" }, "PageNumber": { "description": "分页的页数。默认值为1,最小值为1,最大值为30" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大100条" }, "StartDate": { "description": "开始日期", "type": "string" }, "TableGuid": { "description": "表的唯一标识", "type": "string" }, "TaskId": { "description": "任务标识", "type": "string" } }, "required": [ "TableGuid", "StartDate", "EndDate" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr