confluence_get_footer_comment
Retrieve a specific footer comment by its ID from Confluence. By default, the response is trimmed to reduce token usage; use full=true to get the raw response.
Instructions
Get a specific footer comment by ID. Output is trimmed by default (drops _links, _expandable, body content, etc.); pass full=true to receive the raw Confluence response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| commentId | Yes | The ID of the comment | |
| bodyFormat | No | The format of the comment body to return |