DashboardsWriteRetry-safe

Update query

update_query

Partially update a query. Supply version for optimistic concurrency (409 on mismatch). The store enforces DAG acyclicity for derived queries.

Parameters

ParameterTypeRequiredDescription
queryIdstringrequiredInput for queryId.
versionintegeroptionalInput for version.
patchobjectrequiredInput for patch.

Example call

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

{
"tool": "update_query",
"arguments": {
"queryId": "queryId_123",
"patch": "value"
}
}

Use this tool in

Related Dashboards tools