Skip to content
AdlyseMCP Docs
Product guideMCP reference
⌘K
Open Adlyse
⌘K
Overview
QuickstartAuthentication
adlyse-insights
adlyse-reports
adlyse-ads
adlyse-workflows
list_workflowsget_workflowrun_workflowget_run_status
adlyse-adminadlyse-all
  1. Overview
  2. adlyse-workflows

reorder_table_columns

Reorder a table’s columns. Columns not named keep their relative order after the named ones.

Parameters#

NameTypeRequiredDefaultDescription
table_idstringyesThe table id
column_idsarrayyesColumn ids from get_table, in the new order

Returns#

The table schema — same shape as get_table.

Errors#

error_typeWhen
auth_errorMissing / invalid API key
invalid_requestEmpty list, or duplicate ids
unknown_columnAn id that is not on this table
not_foundUnknown or platform-managed table