Atlassian · Capability

Atlassian Confluence Content API — Content - Children and Descendants

Atlassian Confluence Content API — Content - Children and Descendants. 1 operations. Lead operation: Atlassian Get Content Descendants by Type. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianContent - Children and Descendants

What You Can Do

GET
Getcontentdescendantsbytype — Atlassian Get Content Descendants by Type
/v1/wiki/rest/api/content/{id}/descendant/{type}

MCP Tools

atlassian-get-content-descendants-type

Atlassian Get Content Descendants by Type

read-only idempotent

Capability Spec

confluence-content-content-children-and-descendants.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — Content - Children and Descendants
  description: 'Atlassian Confluence Content API — Content - Children and Descendants. 1 operations. Lead operation: Atlassian
    Get Content Descendants by Type. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Content - Children and Descendants
  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-content-children-and-descendants
    baseUri: ''
    description: Atlassian Confluence Content API — Content - Children and Descendants business capability. Self-contained,
      no shared references.
    resources:
    - name: wiki-rest-api-content-id-descendant-type
      path: /wiki/rest/api/content/{id}/descendant/{type}
      operations:
      - name: getcontentdescendantsbytype
        method: GET
        description: Atlassian Get Content Descendants by Type
        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 descendants.
          required: true
        - name: type
          in: path
          type: string
          description: The type of descendants to return.
          required: true
        - name: depth
          in: query
          type: string
          description: Filter the results to descendants upto a desired level of the content. Note, the maximum value supported
            is 100. root level of the content means immediate (leve
        - name: start
          in: query
          type: integer
          description: The starting index of the returned content.
        - name: limit
          in: query
          type: integer
          description: The maximum number of content to return per page. Note,
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-content-children-and-descendants-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — Content - Children and Descendants. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/descendant/{type}
      name: wiki-rest-api-content-id-descendant-type
      description: REST surface for wiki-rest-api-content-id-descendant-type.
      operations:
      - method: GET
        name: getcontentdescendantsbytype
        description: Atlassian Get Content Descendants by Type
        call: confluence-content-content-children-and-descendants.getcontentdescendantsbytype
        with:
          id: rest.id
          type: rest.type
          depth: rest.depth
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-content-children-and-descendants-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — Content - Children and Descendants. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: atlassian-get-content-descendants-type
      description: Atlassian Get Content Descendants by Type
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-content-content-children-and-descendants.getcontentdescendantsbytype
      with:
        id: tools.id
        type: tools.type
        depth: tools.depth
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.