You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Workspace ID (required for 'create', optional filter for 'list')",
1754
+
description:
1755
+
"Workspace ID. Required for 'create' when there is no workspace in context (otherwise the current workspace context is used); optional filter for 'list'.",
'The deployment version number to load (e.g. "5"), or "live" for the active deployment.',
1863
+
'A string: a deployment version number (e.g. "5"), or "live" for the active deployment. (Unlike promote_to_live, which takes a numeric version, "live" is accepted here.)',
'The database ID of the MCP server. Required for edit and delete; omit for add and list.',
2105
+
"The MCP server's id — the `id` field inside the VFS file agent/mcp-servers/{name}.json (the {name} filename is the display name, not the id). Required for edit and delete; omit for add and list.",
'The ID of the skill. Must be the exact ID from the VFS or list. Required for edit and delete; omit for add and list.',
2144
+
"The skill's id — the `id` field inside the VFS file agent/skills/{name}.json (the {name} filename is the display name, not the id). Required for edit and delete; omit for add and list.",
version: {type: 'number',description: 'The deployment version number to promote to live.'},
2359
+
version: {
2360
+
type: 'number',
2361
+
description:
2362
+
'The numeric deployment version number to promote to live (e.g. 5). "live" is not accepted here — pass the version number (use load_deployment to change the draft).',
2363
+
},
2357
2364
workflowId: {
2358
2365
type: 'string',
2359
2366
description: 'Optional workflow ID. If not provided, uses the current workflow in context.',
"Optional substring/regex to grep within the execution's trace spans (requires executionId). Returns matching spans with snippets instead of the full log.",
2436
+
"Optional separate parameter (not a 'view' value): with view 'overview' or 'full', greps the execution's trace spans (requires executionId), returning matching spans with snippets instead of the full log.",
'Optional target-only UI phrase for the search row. The UI verb is supplied for you, so pass text like "pricing changes" or "Slack webhook docs", not a full sentence like "Searching online for pricing changes".',
2943
+
"Required short UI label fragment (e.g. 'Slack integrations'), not a full sentence.",
description: "Workspace ID (required for 'create', optional filter for 'list')",
1544
+
description:
1545
+
"Workspace ID. Required for 'create' when there is no workspace in context (otherwise the current workspace context is used); optional filter for 'list'.",
'The deployment version number to load (e.g. "5"), or "live" for the active deployment.',
1645
+
'A string: a deployment version number (e.g. "5"), or "live" for the active deployment. (Unlike promote_to_live, which takes a numeric version, "live" is accepted here.)',
'The database ID of the MCP server. Required for edit and delete; omit for add and list.',
1903
+
"The MCP server's id — the `id` field inside the VFS file agent/mcp-servers/{name}.json (the {name} filename is the display name, not the id). Required for edit and delete; omit for add and list.",
'The ID of the skill. Must be the exact ID from the VFS or list. Required for edit and delete; omit for add and list.',
1936
+
"The skill's id — the `id` field inside the VFS file agent/skills/{name}.json (the {name} filename is the display name, not the id). Required for edit and delete; omit for add and list.",
description: 'The deployment version number to promote to live.',
2121
+
description:
2122
+
'The numeric deployment version number to promote to live (e.g. 5). "live" is not accepted here — pass the version number (use load_deployment to change the draft).',
"Optional substring/regex to grep within the execution's trace spans (requires executionId). Returns matching spans with snippets instead of the full log.",
2198
+
"Optional separate parameter (not a 'view' value): with view 'overview' or 'full', greps the execution's trace spans (requires executionId), returning matching spans with snippets instead of the full log.",
'Optional target-only UI phrase for the search row. The UI verb is supplied for you, so pass text like "pricing changes" or "Slack webhook docs", not a full sentence like "Searching online for pricing changes".',
2696
+
"Required short UI label fragment (e.g. 'Slack integrations'), not a full sentence.",
'Use "loop-start-source" to connect to blocks inside the loop. Use "source" for the edge that runs after the loop completes. Blocks inside the loop must have parentId set to the loop block ID.',
234
+
'Use "loop-start-source" to connect to blocks INSIDE the loop. Use "loop-end-source" for the edge that runs AFTER the loop completes. Do NOT use "source" for a loop block — it is rejected; the only valid source handles are "loop-start-source", "loop-end-source", and "error". Blocks inside the loop must have parentId set to the loop block ID.',
235
235
},
236
236
null,
237
237
2
@@ -260,9 +260,9 @@ function getStaticComponentFiles(): Map<string, string> {
260
260
description: 'Collection to distribute (for parallelType "collection")',
'Use "parallel-start-source" to connect to blocks inside the parallel container. Use "source" for the edge after all branches complete. Blocks inside must have parentId set to the parallel block ID.',
265
+
'Use "parallel-start-source" to connect to blocks INSIDE the parallel container. Use "parallel-end-source" for the edge AFTER all branches complete. Do NOT use "source" for a parallel block — it is rejected; the only valid source handles are "parallel-start-source", "parallel-end-source", and "error". Blocks inside must have parentId set to the parallel block ID.',
0 commit comments