TablesWriteDo not retry automatically

Comment on a row

add_row_comment

Deprecated: use post_row_message (tables.messages.create) instead. This alias stops working on 2026-12-15. Leave a note on one row. A comment is not a cell: it changes no value, and it appears in the row’s history authored by the acting user.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringrequiredRow ID — get from query_table_rows
bodystringrequiredThe comment, 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