Atlassian · Capability

Atlassian wiki/rest/api/content/ — Content Comments

Atlassian wiki/rest/api/content/ — Content Comments. 1 operations. Lead operation: Atlassian Get Content Comments. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianContent Comments

What You Can Do

GET
Atlassiangetcontentcomments — Atlassian Get Content Comments
/v1/wiki/rest/api/content/{id}/child/comment

MCP Tools

atlassian-get-content-comments

Atlassian Get Content Comments

read-only idempotent

Capability Spec

wiki-rest-api-content--content-comments.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian wiki/rest/api/content/ — Content Comments
  description: 'Atlassian wiki/rest/api/content/ — 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: wiki-rest-api-content--content-comments
    baseUri: ''
    description: Atlassian wiki/rest/api/content/ — 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.
  exposes:
  - type: rest
    namespace: wiki-rest-api-content--content-comments-rest
    port: 8080
    description: REST adapter for Atlassian wiki/rest/api/content/ — 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: wiki-rest-api-content--content-comments.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: wiki-rest-api-content--content-comments-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian wiki/rest/api/content/ — 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: wiki-rest-api-content--content-comments.atlassiangetcontentcomments
      with:
        id: tools.id
        parentVersion: tools.parentVersion
        start: tools.start
        limit: tools.limit
        location: tools.location
        depth: tools.depth
      outputParameters:
      - type: object
        mapping: $.