TablesWriteDo not retry automatically

Comment on a row

add_row_comment

Leave a note on one row. A comment is not a cell: it changes no value, and it appears in the row’s history as a `comment` event authored by the acting user.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringrequiredRow ID — get from query_table_rows
bodystringrequiredThe note, plain text

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "add_row_comment",
"arguments": {
"tableId": "tableId_123",
"rowId": "rowId_123",
"body": "value"
}
}

Use this tool in

Related Tables tools