DashboardsWriteDo not retry automatically
Publish dashboard
publish_dashboardSet a dashboard's visibility / publishing options and mint or rotate its shortcode.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
visibility | "private" | "workspace" | "public-link" | "public-indexed" | required | Input for visibility. |
indexable | boolean | optional | Input for indexable. |
embedAllowedOrigins | string[] | optional | Input for embedAllowedOrigins. |
regenerate | boolean | optional | Input for regenerate. |
dashboardId | string | required | Input for dashboardId. |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "publish_dashboard","arguments": {"visibility": "value","dashboardId": "dashboardId_123"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent