← WebMCP Directory

2d-webmcp.netlify.app

2d-webmcp.netlify.app

demo Unverified (seed import) Productivity & Business 6 tools imperative implementation

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

act imperative

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

PropertyTypeRequiredDescription
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

eworker.ca

E-Worker is business infrastructure powered by AI, with focused apps and connected business work.

live Unverified Productivity & Business
73 tools A10 / Act63 / T0 Not yet scored Seen 2026-09-14
eworker_site_status eworker_list_apps eworker_resolve_app eworker_open_app ewdoc_status
Inspect tools
urban-planning-copilot.heisenbug.in

urban-planning-copilot.heisenbug.in

Urban Planning Copilot

demo Unverified Productivity & Business
37 tools A10 / Act27 / T0 Not yet scored Seen 2026-09-14
get_workspace get_analysis_plan list_candidates inspect_candidate list_shortlist
Inspect tools
vide.zerdalu.com

vide.zerdalu.com

Vide

live Unverified Productivity & Business Transact tools
28 tools A13 / Act14 / T1 Not yet scored Seen 2026-09-14
list_project_files read_project_file write_project_file delete_project_file get_active_script
Inspect tools
labspace-agent-twin.onrender.com

labspace-agent-twin.onrender.com

LabSpace Atlas — design laboratories, index exact locations, and let a browser agent plan, audit, and navigate the spatial twin.

demo Unverified Productivity & Business
24 tools A5 / Act19 / T0 Not yet scored Seen 2026-09-14
labspace_add_inventory labspace_assess_workflow labspace_resolve_materials labspace_start_collection labspace_collection_step
Inspect tools

Related on Influzer