Skip to main content
Glama

DataWorks MCP Server

by aliyun

ApprovePermissionApplyOrder

Manage and process permission requests with defined actions (approve/reject) by submitting Flow ID and comments within the DataWorks MCP Server, ensuring streamlined access control and compliance.

Instructions

审批权限申请单

Input Schema

NameRequiredDescriptionDefault
ApproveActionNo执行的审批动作,取值如下:- 1:同意。- 2:拒绝
ApproveCommentYes审批的备注信息
FlowIdYes审批的申请单ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ApproveAction": { "description": "执行的审批动作,取值如下:- 1:同意。- 2:拒绝" }, "ApproveComment": { "description": "审批的备注信息", "type": "string" }, "FlowId": { "description": "审批的申请单ID", "type": "string" } }, "required": [ "FlowId", "ApproveComment" ], "type": "object" }

You must be authenticated.

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