2d-webmcp.netlify.app
Workflow editor
First seen 2026-09-14 · Last seen 2026-09-14 · Source: webmcp.com
Answer 1 · Act 5 · Transact 0 · Score: Not yet scored
Tool inspector
create_workflow
Call this directly for a new-workflow request; it creates the complete workflow atomically and safely refuses to overwrite a non-empty canvas, so do not discover first solely to check emptiness. Give each node a short request-local key; the app generates durable node and connection IDs, positions, and target ports. Connections use {from:"source-key",to:"target-key"}; omit on for a single-output node or an action's success output, and set on for condition branches or other outputs. A completed receipt is authoritative; do not discover or inspect solely to verify it. If the canvas is not empty, use discover_workflow and edit_workflow instead.
Page: /
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
nodes |
array | yes | — |
connections |
array | yes | — |
Raw JSON schema
{
"type": "object",
"properties": {
"nodes": {
"minItems": 1,
"maxItems": 100,
"type": "array",
"items": {
"type": "object",
"properties": {
"key": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"type": {
"type": "string",
"enum": [
"node",
"action",
"condition",
"start",
"end",
"input",
"output",
"subprocess",
"parallel-gateway",
"data-store"
]
},
"label": {
"type": "string",
"minLength": 1,
"maxLength": 120
},
"properties": {
"type": "object",
"propertyNames": {
"type": "string",
"minLength": 1,
"maxLength": 40
},
"additionalProperties": {
"anyOf": [
{
"type": "string",
"maxLength": 120
},
{
"type": "number"
},
{
"type": "boolean"
}
]
},
"maxProperties": 4
}
},
"required": [
"key",
"type",
"label"
],
"additionalProperties": false
}
},
"connections": {
"maxItems": 100,
"type": "array",
"items": {
"type": "object",
"properties": {
"from": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"on": {
"type": "string",
"minLength": 1,
"maxLength": 40
},
"to": {
"type": "string",
"minLength": 1,
"maxLength": 64
},
"label": {
"type": "string",
"minLength": 1,
"maxLength": 120
}
},
"required": [
"from",
"to"
],
"additionalProperties": false
}
}
},
"required": [
"nodes",
"connections"
],
"additionalProperties": false
}
Similar websites
eworker.ca
E-Worker is business infrastructure powered by AI, with focused apps and connected business work.
urban-planning-copilot.heisenbug.in
Urban Planning Copilot
vide.zerdalu.com
Vide
labspace-agent-twin.onrender.com
LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.