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#
| Name | Type | Required | Default |
|---|---|---|---|
table_id | string | yes |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.