Skip to main content
Glama

DataWorks MCP Server

by aliyun

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliyun/alibabacloud-dataworks-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server