TablesRead-only

List a table’s activity

list_table_activity

The audit trail: who created, edited, deleted, restored or purged rows, and which feed sync wrote a batch. Filter to one row to answer "what happened to this record". Cursor-paginated, newest first.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringoptionalOnly this row’s history
event"insert" | "update" | "delete" | "restore" | "purge" | "sync_batch"optionalOnly this kind of event
limitintegeroptionalInput for limit.
cursorstringoptionalFrom a previous page

Example call

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

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

Use this tool in

Related Tables tools