Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListLineageRelationships

Query and list lineage relationships between source and target entities in a data map, enabling structured data management and analysis within Alibaba Cloud DataWorks environments.

Instructions

查询数据地图血缘关系列表

Input Schema

NameRequiredDescriptionDefault
DstEntityIdYes目标实体ID
DstEntityNameNo目标实体名称,模糊匹配
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
SortByNo排序字段,默认为Name
SrcEntityIdYes源实体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" }, "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" } }, "required": [ "SrcEntityId", "DstEntityId" ], "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