TablesWriteRetry-safe

Restore table

restore_table

Restore a table from the trash, with the rows it held when it was deleted. Fails once the trash window has expired and the purge has run.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID — use list_tables with includeDeleted to find it

Example call

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

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

Use this tool in

Related Tables tools