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

add_table_columns

Add columns to an existing table.

Args: table_id: The table id (e.g. “dtbl_abc123”) columns: JSON array of {name, data_type, config, is_required} — same shape as create_table’s columns.

Returns: The table’s updated schema, same shape as get_table.

Parameters#

NameTypeRequiredDefault
table_idstringyes
columnsanyyes

Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.