start_workflow
Initiates a new workflow using a workflow ID, returning a session ID and the first step for guided execution.
Instructions
Start a new workflow.
Args: ctx: MCP context for logging and error handling workflow_id: ID of the workflow to start.
Returns: Dictionary containing session ID and first step.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |