TablesWriteRetry-safe

Resolve or reopen a comment

resolve_row_comment

Deprecated: use resolve_row_message (tables.messages.resolve) instead. This alias stops working on 2026-12-15. Close a comment thread (resolved: true, the default) or reopen it (resolved: false) without erasing it. The comment records who resolved it.

Parameters

ParameterTypeRequiredDescription
tableIdstringrequiredTable ID
commentIdstringrequiredComment ID — from list_row_comments
resolvedbooleanoptionaltrue (default) resolves; false reopens

Example call

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

{
"tool": "resolve_row_comment",
"arguments": {
"tableId": "tableId_123",
"commentId": "commentId_123"
}
}

Use this tool in

Related Tables tools