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

get_table

Get a table’s schema: the columns every row payload is addressed by.

Call this before writing rows — add_table_rows and update_table_rows key their values by column KEY (not display name), and a key that does not exist is rejected rather than silently dropped.

Args: table_id: The table id (e.g. “dtbl_abc123”)

Returns: {id, name, description, row_count, columns: [{key, name, data_type, is_primary, is_required, options}]}

Parameters#

NameTypeRequiredDefault
table_idstringyes

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