Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListProjectRoles

Retrieve detailed role lists for a DataWorks workspace by specifying IDs, names, or codes. Manage roles efficiently with pagination support for user-defined and system roles.

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" }

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