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