add_table_columns
Add columns to an existing table.
Args: table_id: The table id (e.g. “dtbl_abc123”) columns: JSON array of {name, data_type, config, is_required} — same shape as create_table’s columns.
Returns: The table’s updated schema, same shape as get_table.
Parameters#
| Name | Type | Required | Default |
|---|---|---|---|
table_id | string | yes | |
columns | any | yes |
Generated from the server tool’s docstring by generate_mcp_docs. Extend this page freely — the generator never overwrites an existing file.