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_rows

Edit specific cells on specific rows. Only the columns you name change.

Args: table_id: The table id (e.g. “dtbl_abc123”) updates: JSON array of {“row_id”: “drow_…”, “values”: {column_key: value}}. Get row_ids from query_table_rows. Pass null as a value to clear a cell.

Returns: {table_id, updated, row_ids}

Parameters#

NameTypeRequiredDefault
table_idstringyes
updatesanyyes

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