mdr_review
Add inline review comments to markdown files, anchoring them to specific text for precise feedback on specs and design docs.
Instructions
Review markdown files in md-redline (mdr) and leave inline feedback. Returns IMMEDIATELY after posting (never blocks). The returned sessionId MUST be passed to mdr_wait afterward to block until the user clicks Done — this is a two-tool flow: mdr_review (post) → mdr_wait (block). Skipping mdr_wait leaves a banner on the user's screen until they click Done; you will not see their replies or edits before continuing, and any user feedback will be invisible to you for this turn.
Use this when the user asks you to review a doc and drop comments. The comments appear as inline markers anchored to specific text, which the user can then address.
Comments are anchored to exact text in the rendered document (not the raw markdown). For text inside Mermaid diagrams or markdown-formatted spans, the renderer will fall back to label/stripped matching.
Include author on each comment/reply identifying yourself (e.g. 'Claude', 'Codex', 'Gemini'). This appears in the mdr UI so the user knows which agent left the feedback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| replies | No | ||
| comments | No | ||
| filePaths | Yes | Absolute paths to markdown files to review. | |
| enableResolve | No |