TablesRead-only
List a row’s comments
list_row_commentsDeprecated: 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
| Parameter | Type | Required | Description |
|---|---|---|---|
tableId | string | required | Table ID |
rowId | string | required | Row ID — get from query_table_rows |
limit | integer | optional | Input for limit. |
cursor | string | optional | From 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
Claude CodeClaude DesktopClaude CoworkChatGPTCursorWindsurfVS Code CopilotOpenClawGeminiHermes Agent
Related Tables tools
List tables
list_tablesList the tables in the workspace (id, name, kind — typed or custom — resource type, fields, row count, schema/revision versions).Get tableget_tableGet one table by id: its full field set (key, label, kind, display format, select options, whether the field is feed-owned and whether it can be written), the fields that form row identity, the promoted primary/date/amount bindings, row count, and its schema badge.Create tablecreate_tableCreate a table in the workspace.Update tableupdate_tableUpdate a table’s METADATA — name, icon, retention policy.