Get Inline Comments
confluence_get_inline_commentsRetrieve every inline comment from a Confluence page given its ID. Enables programmatic access to comments for downstream processing.
Instructions
Get all inline comments for a Confluence page.
Args: ctx: The FastMCP context. page_id: The ID of the page to get inline comments from.
Returns: JSON string with a list of inline comments.
Raises: ValueError: If Confluence client is unavailable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The ID of the page to get inline comments from |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |