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

update_table_column

Rename a column, change its type, or edit its options and flags.

A type change converts every existing value (for example text "12" → number 12). One value that cannot be converted aborts the whole change, so nothing is half-applied. In the in-product agent a type change opens the approval modal.

Parameters#

NameTypeRequiredDefaultDescription
table_idstringyesThe table id
column_idstringyesThe column id from get_table — not the column key
namestringnoNew display name
data_typestringnoNew type: text, number, date, datetime, boolean, select, multi_select, email, url, …
configobjectnoFor select / multi_select: {"options": [{"value": "x"}]}
is_requiredbooleannoWhether a row must have a value here
is_hiddenbooleannoHide the column from the default grid view

Returns#

The table schema — same shape as get_table.

Errors#

error_typeWhen
auth_errorMissing / invalid API key
invalid_requestNothing to change, or an empty name
unknown_columncolumn_id is not on this table
invalid_column_typeUnknown type, or a value that cannot be converted to the new type
not_foundUnknown or platform-managed table