TablesRead-only

List a row’s comments

list_row_comments

Deprecated: use list_row_messages (tables.messages.list) instead. This alias stops working on 2026-12-15. The comments on one row, oldest first: author, body, when it was edited, and whether and by whom it was resolved. Cursor-paginated. A row in the trash keeps its comments.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
rowIdstringrequiredRow ID — get from query_table_rows
limitintegeroptionalInput for limit.
cursorstringoptionalFrom a previous page

Example call

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

{
"tool": "list_row_comments",
"arguments": {
"tableId": "tableId_123",
"rowId": "rowId_123"
}
}

Use this tool in

Related Tables tools