get_page_comments
Retrieve comments from a Confluence page to understand discussions and context. Specify page ID and optional limit for comments with author, date, and content.
Instructions
Get comments on a Confluence page.
Args: page_id: The page ID. max_results: Max comments to return (default 25).
Returns comments with author, date, and content. Useful for understanding discussions and context around a page.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_results | No |