DashboardsWriteDo not retry automatically

Create table saved view

create_table_saved_view

Append a saved view (sort/filter/column state) to a table widget.

Parameters

ParameterTypeRequiredDescription
widgetIdstringrequiredInput for widgetId.
namestringrequiredInput for name.
stateobjectrequiredTableViewState
isDefaultbooleanoptionalInput for isDefault.
scope"user" | "workspace"optionalInput 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

Related Dashboards tools