Tool details
Playground
Input schema
input-schema.json
Documentation Index
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)
| Field | Value |
|---|---|
| Name | confluence__add_comment |
| Group | Integrations |
{
"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."
}