Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListEntitiesInMetaCollection

Retrieve a list of entities within a specified data map collection on DataWorks MCP Server. Filter and sort entities by type, name, description, or creation time for efficient data management.

Instructions

查询数据地图集合中的实体列表

Input Schema

NameRequiredDescriptionDefault
EntityDescriptionNo添加实体到集合时的描述,模糊匹配,目前仅专辑类型支持
EntityNameNo实体名称,模糊匹配
EntityTypeNo实体类型
IdYes集合对象Id
OrderNo排序方向,支持-Asc(默认)-Desc
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
SortByNo排序字段,支持-Name名称(默认)-CreateTime实体创建时间

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "EntityDescription": { "description": "添加实体到集合时的描述,模糊匹配,目前仅专辑类型支持", "type": "string" }, "EntityName": { "description": "实体名称,模糊匹配", "type": "string" }, "EntityType": { "description": "实体类型", "type": "string" }, "Id": { "description": "集合对象Id", "type": "string" }, "Order": { "description": "排序方向,支持-Asc(默认)-Desc", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "SortBy": { "description": "排序字段,支持-Name名称(默认)-CreateTime实体创建时间", "type": "string" } }, "required": [ "Id" ], "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