DashboardsWriteRetry-safe

Commit dashboard draft

commit_dashboard_draft

Flip a draft dashboard (e.g. one composed with compose_dashboard draft:true) to active so it appears in the dashboards list and sidebar. Idempotent — committing an already active dashboard is a no-op.

Parameters

ParameterTypeRequiredDescription
dashboardIdstringrequiredInput for dashboardId.
acknowledgeSetupbooleanoptionalInput for acknowledgeSetup.

Example call

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

{
"tool": "commit_dashboard_draft",
"arguments": {
"dashboardId": "dashboardId_123"
}
}

Use this tool in

Related Dashboards tools