Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListMetaCollections

Query and manage data map collection lists on Alibaba Cloud DataWorks. Filter by type, name, or administrator, and customize sorting and pagination for efficient data handling.

Instructions

查询数据地图集合列表

Input Schema

NameRequiredDescriptionDefault
AdministratorNo集合管理员ID,专辑类型有效,默认为当前用户ID
CreateUserNo创建者用户ID,专辑类型有效,默认为当前用户ID
DescriptionNo集合描述,模糊匹配
NameNo集合名称,模糊匹配
OrderNo排序方向,支持-Asc(默认)-Desc
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
ParentIdNo父节点集合对象ID
SortByNo排序字段,支持-Id(默认)-Name名称-CreateUser创建者ID-CreateTime创建时间-ModifyTime修改时间
TypeYes集合类型,可枚举,取值为-Category类目-Album数据专辑-AlbumCategory专辑子类目

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Administrator": { "description": "集合管理员ID,专辑类型有效,默认为当前用户ID", "type": "string" }, "CreateUser": { "description": "创建者用户ID,专辑类型有效,默认为当前用户ID", "type": "string" }, "Description": { "description": "集合描述,模糊匹配", "type": "string" }, "Name": { "description": "集合名称,模糊匹配", "type": "string" }, "Order": { "description": "排序方向,支持-Asc(默认)-Desc", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "ParentId": { "description": "父节点集合对象ID", "type": "string" }, "SortBy": { "description": "排序字段,支持-Id(默认)-Name名称-CreateUser创建者ID-CreateTime创建时间-ModifyTime修改时间", "type": "string" }, "Type": { "description": "集合类型,可枚举,取值为-Category类目-Album数据专辑-AlbumCategory专辑子类目", "type": "string" } }, "required": [ "Type" ], "type": "object" }
Install Server

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