DashboardsWriteDo not retry automatically

Remove pipeline op

widget_pipeline_remove

Remove the client-pipeline op at the given index.

Parameters

ParameterTypeRequiredDescription
widgetIdstringrequiredInput for widgetId.
indexintegerrequiredInput for index.

Example call

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

{
"tool": "widget_pipeline_remove",
"arguments": {
"widgetId": "widgetId_123",
"index": 0
}
}

Use this tool in

Related Dashboards tools