DataWorks MCP Server

Official

ListProjectRoles

Retrieve detailed role lists for DataWorks workspaces by specifying role codes, names, or types using the 'ListProjectRoles' tool in DataWorks MCP Server.

Instructions

获取工作空间角色详情列表

Input Schema

NameRequiredDescriptionDefault
CodesNo工作空间角色Code列表
NamesNo工作空间的角色Name列表
PageNumberNo请求的数据页数,用于翻页
PageSizeNo每页显示的条数,默认为10条,最大100条
ProjectIdNoDataWorks工作空间的ID
TypeNo工作空间的角色类型。- UserCustom:用户自定义角色- System:系统角色

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Codes": { "description": "工作空间角色Code列表", "items": { "type": "string" }, "type": "array" }, "Names": { "description": "工作空间的角色Name列表", "items": { "type": "string" }, "type": "array" }, "PageNumber": { "description": "请求的数据页数,用于翻页" }, "PageSize": { "description": "每页显示的条数,默认为10条,最大100条" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "Type": { "description": "工作空间的角色类型。- UserCustom:用户自定义角色- System:系统角色", "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr