Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListLineages

Generate and retrieve entity lineage lists within DataWorks MCP Server to trace and visualize relationships between data sources and destinations, supporting sorting, filtering, and pagination for efficient data mapping.

Instructions

查询数据地图实体血缘列表

Input Schema

NameRequiredDescriptionDefault
DstEntityIdNo目标实体ID
DstEntityNameNo目标实体名称,模糊匹配
NeedAttachRelationshipNo是否返回血缘关系信息
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
SortByNo排序字段,默认为Name
SrcEntityIdNo源实体ID
SrcEntityNameNo源实体名称,模糊匹配

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "DstEntityId": { "description": "目标实体ID", "type": "string" }, "DstEntityName": { "description": "目标实体名称,模糊匹配", "type": "string" }, "NeedAttachRelationship": { "description": "是否返回血缘关系信息", "type": "boolean" }, "Order": { "description": "排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "SortBy": { "description": "排序字段,默认为Name", "type": "string" }, "SrcEntityId": { "description": "源实体ID", "type": "string" }, "SrcEntityName": { "description": "源实体名称,模糊匹配", "type": "string" } }, "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