Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListColumns

Retrieve and manage column lists from data tables in DataWorks. Specify table IDs, apply filters, and sort data to streamline metadata exploration and analysis.

Instructions

查询数据地图数据表字段列表

Input Schema

NameRequiredDescriptionDefault
CommentNo注释,模糊匹配
NameNo名称,模糊匹配
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
SortByNo排序字段,默认为Position,枚举值,当前支持-Name名称-Position位置
TableIdYes数据表ID,可参考[元数据实体相关概念说明](~~2880092~~)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Comment": { "description": "注释,模糊匹配", "type": "string" }, "Name": { "description": "名称,模糊匹配", "type": "string" }, "Order": { "description": "排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "SortBy": { "description": "排序字段,默认为Position,枚举值,当前支持-Name名称-Position位置", "type": "string" }, "TableId": { "description": "数据表ID,可参考[元数据实体相关概念说明](~~2880092~~)", "type": "string" } }, "required": [ "TableId" ], "type": "object" }

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