Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListCatalogs

Query and retrieve data catalog lists from Alibaba Cloud DataWorks. Specify parent entity ID, sorting, filtering, and pagination parameters to efficiently manage metadata resources.

Instructions

查询数据地图数据目录列表

Input Schema

NameRequiredDescriptionDefault
CommentNo注释,分词匹配
NameNo名称,模糊匹配
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
ParentMetaEntityIdYes父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。当前支持dlf与starrocks类型。-对于dlf类型,当前仅支持dlf1.0,其实体ID为dlf-对于starrocks类型,其实体ID格式为`starrocks:${实例ID或URL转义后的JDBC连接串}`
SortByNo排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称-Type类型
TypesNo类型,精确匹配,为空时查询所有类型

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" }, "ParentMetaEntityId": { "description": "父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。当前支持dlf与starrocks类型。-对于dlf类型,当前仅支持dlf1.0,其实体ID为dlf-对于starrocks类型,其实体ID格式为`starrocks:${实例ID或URL转义后的JDBC连接串}`", "type": "string" }, "SortBy": { "description": "排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称-Type类型", "type": "string" }, "Types": { "description": "类型,精确匹配,为空时查询所有类型", "items": { "type": "string" }, "type": "array" } }, "required": [ "ParentMetaEntityId" ], "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