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

query_table_rows

Read rows from a table, with the row_id needed to edit or delete them.

Args: table_id: The table id (e.g. “dtbl_abc123”) limit: Rows to return (default 50, max 500) offset: Rows to skip, for paging through a large table

Returns: {table_id, total, offset, rows: [{row_id, values: {column_key: value}}]}

Parameters#

NameTypeRequiredDefault
table_idstringyes
limitintegerno50
offsetintegerno0

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