Create Workflow
create_workflowCreate a new empty workflow draft and get a workflow_id to pass to other tools. Nothing is executed until you explicitly run the workflow.
Instructions
Start a new, empty workflow draft and return its workflow_id. Every other tool takes that id. Nothing is persisted beyond the host's store, and creating a workflow never runs anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Human-readable name for the workflow, e.g. "Nightly digest". | |
| workflow_id | No | Optional explicit id. Omit to have one minted. |