Tables
cloneTabSchema
Clone Tab Schema
Clone 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.
Arguments
fromTabIdstringrequiredSource tab id (from listTabs/createTab) whose columns to copy.toTabIdstringrequiredTarget tab id (from listTabs/createTab) to copy the columns into.
Returns
The registry does not declare a return shape.
Ask for it
The Cloud routes these requests to this verb.
- copy this tab's columns
- same structure as the other sheet
- clone the schema into Q3
- duplicate the columns
Pair it with
The verbs that finish the job.