DataWorks MCP Server

Official

TriggerSchedulerTaskInstance

Initiate scheduled task instances in DataWorks by specifying task ID, environment type, and trigger timestamp using the standardized MCP server interface.

Instructions

触发调度任务实例

Input Schema

NameRequiredDescriptionDefault
EnvTypeNo项目环境。-Prod(生产)-Dev(开发)
TaskIdNo任务ID
TriggerTimeNo定时触发时间。格式为时间戳

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "EnvType": { "description": "项目环境。-Prod(生产)-Dev(开发)", "type": "string" }, "TaskId": { "description": "任务ID" }, "TriggerTime": { "description": "定时触发时间。格式为时间戳" } }, "type": "object" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr