start_workflow
Initiate a workflow execution with step-by-step control, enabling structured and customizable task management through the MCP workflow server.
Instructions
Start a workflow execution session with step-by-step control
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | ||
inputs | No |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"type": "string"
},
"inputs": {
"additionalProperties": {},
"type": "object"
}
},
"required": [
"id"
],
"type": "object"
}