DashboardsWriteRetry-safe
Update query
update_queryPartially update a query. Supply version for optimistic concurrency (409 on mismatch). The store enforces DAG acyclicity for derived queries.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
queryId | string | required | Input for queryId. |
version | integer | optional | Input for version. |
patch | object | required | Input 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent