DashboardsWriteDo not retry automatically

Append pipeline op

widget_pipeline_append

Append a client-pipeline op to a view widget.

Parameters

ParameterTypeRequiredDescription
widgetIdstringrequiredInput for widgetId.
opobjectrequiredClient-pipeline op; discriminated by op.kind

Example call

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

{
"tool": "widget_pipeline_append",
"arguments": {
"widgetId": "widgetId_123",
"op": "value"
}
}

Use this tool in

Related Dashboards tools