DataWorks MCP Server

Official

ListDataQualityRuleTemplates

Retrieve quality rule templates from the DataWorks MCP Server, filtering by creation source, directory, name, or project ID for effective data governance and standardization.

Instructions

查询质量规则模版列表

Input Schema

NameRequiredDescriptionDefault
CreationSourceYes规则模板的创建来源,必填。- System:系统模板- UserDefined:用户自定义模板
DirectoryPathNo自定义模板被存放的类目目录,斜线/分隔层级。每个层级名称最长1024个字符,由不能包含空白字符、不能包含反斜线
NameNo模板规则名称模糊匹配,如果是系统模板,则会根据语言模糊匹配系统模板的国际化名称
PageNumberNo列表分页查询页大小,默认为10
PageSizeNo列表分页查询页码,默认为1
ProjectIdNoDataWorks工作空间ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "CreationSource": { "description": "规则模板的创建来源,必填。- System:系统模板- UserDefined:用户自定义模板", "type": "string" }, "DirectoryPath": { "description": "自定义模板被存放的类目目录,斜线/分隔层级。每个层级名称最长1024个字符,由不能包含空白字符、不能包含反斜线", "type": "string" }, "Name": { "description": "模板规则名称模糊匹配,如果是系统模板,则会根据语言模糊匹配系统模板的国际化名称", "type": "string" }, "PageNumber": { "description": "列表分页查询页大小,默认为10" }, "PageSize": { "description": "列表分页查询页码,默认为1" }, "ProjectId": { "description": "DataWorks工作空间ID" } }, "required": [ "CreationSource" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr