confluence_create_page_footer_comment
Add a footer comment to a Confluence page using storage format content. Optionally retrieve the raw API response.
Instructions
Create a footer comment on a page. 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 |
|---|---|---|---|
| body | Yes | The comment body (in storage format) | |
| full | No | If true, bypass response trimming and return the raw Confluence API response. | |
| pageId | Yes | The ID of the page |