Template JSON
{
"nodes": [
{
"id": "start-1",
"type": "start",
"label": "Start",
"x": 80,
"y": 160,
"position": {
"x": 80,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
},
{
"id": "mcp_tool-2",
"type": "mcp_tool",
"label": "Fetch tools/list",
"x": 310,
"y": 240,
"position": {
"x": 310,
"y": 240
},
"config": {
"publicSafe": true,
"protectedAction": false,
"service": "mcp.platphormnews.com",
"method": "tools/list"
},
"status": "idle",
"metadata": {}
},
{
"id": "transform_json-3",
"type": "transform_json",
"label": "Render tool forms",
"x": 540,
"y": 160,
"position": {
"x": 540,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false,
"renderer": "schema_to_form"
},
"status": "idle",
"metadata": {}
},
{
"id": "browserops_check-4",
"type": "browserops_check",
"label": "Validate rendered form UI",
"x": 770,
"y": 240,
"position": {
"x": 770,
"y": 240
},
"config": {
"publicSafe": false,
"protectedAction": true
},
"status": "idle",
"metadata": {}
},
{
"id": "end-5",
"type": "end",
"label": "Complete",
"x": 1000,
"y": 160,
"position": {
"x": 1000,
"y": 160
},
"config": {
"publicSafe": true,
"protectedAction": false
},
"status": "idle",
"metadata": {}
}
],
"edges": [
{
"id": "edge-1",
"source": "start-1",
"target": "mcp_tool-2",
"sourceNodeId": "start-1",
"targetNodeId": "mcp_tool-2",
"condition": "success",
"metadata": {}
},
{
"id": "edge-2",
"source": "mcp_tool-2",
"target": "transform_json-3",
"sourceNodeId": "mcp_tool-2",
"targetNodeId": "transform_json-3",
"metadata": {}
},
{
"id": "edge-3",
"source": "transform_json-3",
"target": "browserops_check-4",
"sourceNodeId": "transform_json-3",
"targetNodeId": "browserops_check-4",
"metadata": {}
},
{
"id": "edge-4",
"source": "browserops_check-4",
"target": "end-5",
"sourceNodeId": "browserops_check-4",
"targetNodeId": "end-5",
"metadata": {}
}
]
}