TablesRead-only

List a table’s views

list_table_views

The table’s saved views — shared ones plus the caller’s own personal views — in sibling order, with each view’s query (filter, sort, group), field arrangement, footer calculations, row colours, layout and version. Pass a view id to query_table_rows to read rows as that view shows them.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID

Example call

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

{
"tool": "list_table_views",
"arguments": {
"tableId": "tableId_123"
}
}

Use this tool in

Related Tables tools