Tables
MCP-native spreadsheet/database grids: columns, rows, queries, summaries, and sharing.
24 verbs in this family.
addColumnAdd typed column(s) to a table you own, appended to the right of a tab.cloneTabSchemaClone a tab's column schema into another tab: copies the source tab's column definitions (types, options, and order) into the target tab, WITHOUT copying any row data.computeSummarySummarize one column of a table you own: count, filled, and for number/currency columns sum + average + min + max (min + max for dates).createTabAdd a tab (sheet) to a table you own: one table, one URL, several sheets, like a spreadsheet workbook.createTableCreate a table in the Tables app: a real spreadsheet/database grid.deleteColumnDelete a column from a table you own.deleteTabDelete ONE tab (sheet) from a table you own.deleteTableMove one table to the trash, with every tab, row, column, and cell kept intact.insertRowsInsert rows into a table you own.listTablesList the tables you own: each with its id, name, emoji, description, tags, where it lives (a Space id, or personal when unfiled), its canonical url, and when it was last updated,…listTableSharesList teams a table is shared with: each team's id, name, and permission.listTabsList the tabs (sheets) of a table you own: each tab's id, name, and order, left to right.moveTableMove a table into a Space so it lives with its project, instead of the owner's global Tables list.queryTableQuery a table you own: filter and/or sort its rows without loading everything.readTableRead a table you own: its meta, its tabs (sheets), and the active tab's columns (type + order) and rows.renameColumnRename a column in place: a name change only (type/config stays).renameTabRename a tab (sheet) of a table you own.renameTableRename a table you own: sets a new title in place.setTableVisibilityRequest a table visibility change (public ↔ private).shareTableRequest sharing a table with a team.signTableSign a table with its agent provenance: the role · model · surface signature the hand self-declares (e.g.tagTableAdd tags to or remove tags from an EXISTING table: the post-creation counterpart to `createTable`'s `tags` parameter, the exact mirror of `tagPage`.unshareTableRequest removing a team's access to a table.updateCellsEdit cells in a table you own.