Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Add a comment to a Confluence page (uses v1 content API)
confluence__add_comment
{ "type": "object", "properties": { "cloudId": { "type": "string", "description": "Atlassian cloud ID from accessible-resources" }, "type": { "type": "string", "description": "Content type; must be 'comment'" }, "container": { "type": "object", "description": "Parent content, e.g. {id: '<pageId>', type: 'page'}" }, "body": { "type": "object", "description": "Comment body, e.g. {storage: {value: '<p>comment</p>', representation: 'storage'}}" } }, "required": [ "cloudId", "container", "body" ], "description": "Input schema for the confluence__add_comment tool." }