Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListLineage

Track entity lineage in DataWorks to analyze relationships and dependencies. Specify direction (upstream/downstream) and entity identifier for detailed insights.

Instructions

查询实体血缘

Input Schema

NameRequiredDescriptionDefault
DirectionYes血缘上下游。取值如下: - up:上游。- down:下游
EntityQualifiedNameYes实体唯一标识符
KeywordNo实体名称关键词
NextTokenNo分页信息,指定本次读取的起始点
PageSizeNo分页大小,最大为100

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Direction": { "description": "血缘上下游。取值如下: - up:上游。- down:下游", "type": "string" }, "EntityQualifiedName": { "description": "实体唯一标识符", "type": "string" }, "Keyword": { "description": "实体名称关键词", "type": "string" }, "NextToken": { "description": "分页信息,指定本次读取的起始点", "type": "string" }, "PageSize": { "description": "分页大小,最大为100" } }, "required": [ "EntityQualifiedName", "Direction" ], "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