DashboardsWriteDo not retry automatically
Create table saved view
create_table_saved_viewAppend a saved view (sort/filter/column state) to a table widget.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
widgetId | string | required | Input for widgetId. |
name | string | required | Input for name. |
state | object | required | TableViewState |
isDefault | boolean | optional | Input for isDefault. |
scope | "user" | "workspace" | optional | Input for scope. |
Example call
The tool call an MCP client sends (required arguments shown with placeholder values).
{"tool": "create_table_saved_view","arguments": {"widgetId": "widgetId_123","name": "value","state": "value"}}
Use this tool in
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent