DataWorks MCP Server

Official

CreateProjectMember

Add members to a DataWorks workspace by specifying their user ID and role codes, enabling collaboration and resource management within the MCP server environment.

Instructions

创建工作空间成员

Input Schema

NameRequiredDescriptionDefault
ProjectIdNoDataWorks工作空间的ID
RoleCodesYes工作空间角色Code列表
UserIdYesDataworks账号ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ProjectId": { "description": "DataWorks工作空间的ID" }, "RoleCodes": { "description": "工作空间角色Code列表", "items": { "type": "string" }, "type": "array" }, "UserId": { "description": "Dataworks账号ID", "type": "string" } }, "required": [ "UserId", "RoleCodes" ], "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr