23 Sep 202600:00
Read and reply to doc comments with the Public API and MCP

It is now easier to read and reply to doc comments through the Dovetail Public API and MCP. You can now retrieve page-level and inline comments, see which text an inline comment refers to, and add replies to existing threads.
- List all page-level and inline comments on a doc in a single response.
- Use
comment_typeto tell page-level and inline comments apart. - Include
text_rangeto return the selected text and surrounding context for inline comments. - Pass
thread_idwhen creating a comment to reply to an existing page-level or inline thread.
Try the updated doc comment endpoints or MCP tools now.