List review-panel comment threads
list_commentsRetrieve open comment threads in the current Overleaf project, including thread ID, doc path, quoted text, and preview. Optionally filter by document path or include resolved threads.
Instructions
Returns all review-panel comment threads in the open project, sorted by most recently updated. Each entry includes the thread id, the doc path it's anchored on, the quoted text it refers to, the latest message preview, and whether it's resolved. Use read_comment_thread for full content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | Include full message history per thread instead of just a preview. | |
| path_contains | No | Filter to threads anchored in docs whose path contains this substring. | |
| include_resolved | No | Include already-resolved threads (default: false — show open threads only). |