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_rows

Append rows to a table.

Args: table_id: The table id (e.g. “dtbl_abc123”) rows: JSON array of {column_key: value} objects, one per row. Call get_table first for the column keys; an unknown key is an error, never a silently dropped value. Omitted columns are left empty.

Returns: {table_id, created, row_ids}

Parameters#

NameTypeRequiredDefault
table_idstringyes
rowsanyyes

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