create_workflow
Build and configure automated workflows by defining pipeline steps, triggers, and actions within the Agentled MCP Server platform.
Instructions
Create a new workflow from a pipeline definition. The pipeline object should include:
name (required): Workflow name
goal: What the workflow does
description: Longer description
steps: Array of pipeline steps (trigger, aiAction, appAction, milestone, etc.)
context: Execution input config and input/output pages
metadata: Template info, notifications, ROI
style: UI styling (colors, icon)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline | Yes | The pipeline definition object | |
| locale | No | Locale (default: en) |