DashboardsWriteRetry-safe

Move pipeline op

widget_pipeline_move

Reorder a client-pipeline op from one index to another (post-removal destination index).

Parameters

ParameterTypeRequiredDescription
widgetIdstringrequiredInput for widgetId.
fromintegerrequiredInput for from.
tointegerrequiredInput for to.

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "widget_pipeline_move",
"arguments": {
"widgetId": "widgetId_123",
"from": 0,
"to": 0
}
}

Use this tool in

Related Dashboards tools