resolve_comment
Mark a comment as resolved or unresolved in mdshare documents to track feedback and manage collaboration workflows.
Instructions
Resolve or unresolve a comment. Requires edit or admin permission. Key must be provided explicitly because comments are addressed by comment_id — the MCP server can't look up the parent document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment_id | Yes | Comment ID to resolve | |
| key | Yes | Edit or admin key for the document | |
| resolved | Yes | true to resolve, false to unresolve |