naftiko: 1.0.0-alpha2 info: label: Atlassian The Confluence Cloud REST API — Content Comments description: 'Atlassian The Confluence Cloud REST API — Content Comments. 1 operations. Lead operation: Atlassian Get Content Comments. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Content Comments created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: confluence-content-comments-2 baseUri: '' description: Atlassian The Confluence Cloud REST API — Content Comments business capability. Self-contained, no shared references. resources: - name: wiki-rest-api-content-id-child-comment path: /wiki/rest/api/content/{id}/child/comment operations: - name: atlassiangetcontentcomments method: GET description: Atlassian Get Content Comments outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: id in: path type: string description: The ID of the content to be queried for its comments. required: true - name: parentVersion in: query type: integer description: The version of the parent content to retrieve children for. - name: start in: query type: integer description: The starting index of the returned comments. - name: limit in: query type: integer description: The maximum number of comments to return per page. Note, - name: location in: query type: array description: The location of the comments in the page. Multiple locations can be specified. - name: depth in: query type: string description: Currently, this parameter is not used. authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: confluence-content-comments-2-rest port: 8080 description: REST adapter for Atlassian The Confluence Cloud REST API — Content Comments. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/wiki/rest/api/content/{id}/child/comment name: wiki-rest-api-content-id-child-comment description: REST surface for wiki-rest-api-content-id-child-comment. operations: - method: GET name: atlassiangetcontentcomments description: Atlassian Get Content Comments call: confluence-content-comments-2.atlassiangetcontentcomments with: id: rest.id parentVersion: rest.parentVersion start: rest.start limit: rest.limit location: rest.location depth: rest.depth outputParameters: - type: object mapping: $. - type: mcp namespace: confluence-content-comments-2-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Confluence Cloud REST API — Content Comments. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-content-comments description: Atlassian Get Content Comments hints: readOnly: true destructive: false idempotent: true call: confluence-content-comments-2.atlassiangetcontentcomments with: id: tools.id parentVersion: tools.parentVersion start: tools.start limit: tools.limit location: tools.location depth: tools.depth outputParameters: - type: object mapping: $.