DashboardsWriteRetry-safe

Update widget

update_widget

Partially update a widget. Supply version for optimistic concurrency (409 on mismatch). The store validates shape.

Parameters

ParameterTypeRequiredDescription
widgetIdstringrequiredInput for widgetId.
versionintegeroptionalInput for version.
patchobjectrequiredInput for patch.

Example call

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

{
"tool": "update_widget",
"arguments": {
"widgetId": "widgetId_123",
"patch": "value"
}
}

Use this tool in

Related Dashboards tools