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
Name | Required | Description | Default |
---|---|---|---|
EntityDescription | No | 添加实体到集合时的描述,模糊匹配,目前仅专辑类型支持 | |
EntityName | No | 实体名称,模糊匹配 | |
EntityType | No | 实体类型 | |
Id | Yes | 集合对象Id | |
Order | No | 排序方向,支持-Asc(默认)-Desc | |
PageNumber | No | 分页页码,默认为1 | |
PageSize | No | 分页大小,默认为10,最大为100 | |
SortBy | No | 排序字段,支持-Name名称(默认)-CreateTime实体创建时间 |