list_inline_comments
List inline comment threads from a document, extracting highlighted text and thread IDs. Optionally include reply messages with sender names.
Instructions
List inline comment threads from a Huly document. Extracts comments embedded in document content as ProseMirror marks. Each comment includes the highlighted text and thread ID. Set includeReplies=true to also fetch thread reply messages with sender names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| teamspace | Yes | a string that will be trimmed | |
| document | Yes | a string that will be trimmed | |
| includeReplies | No | Include thread reply messages for each inline comment (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |