Atlassian · Capability

Atlassian Confluence Content API — History

Atlassian Confluence Content API — History. 1 operations. Lead operation: Atlassian Get Content History. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianHistory

What You Can Do

GET
Getcontenthistory — Atlassian Get Content History
/v1/wiki/rest/api/content/{id}/history

MCP Tools

atlassian-get-content-history

Atlassian Get Content History

read-only idempotent

Capability Spec

confluence-content-history.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Confluence Content API — History
  description: 'Atlassian Confluence Content API — History. 1 operations. Lead operation: Atlassian Get Content History. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - History
  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-history
    baseUri: ''
    description: Atlassian Confluence Content API — History business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-content-id-history
      path: /wiki/rest/api/content/{id}/history
      operations:
      - name: getcontenthistory
        method: GET
        description: Atlassian Get Content History
        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 history.
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the content history to expand.
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: confluence-content-history-rest
    port: 8080
    description: REST adapter for Atlassian Confluence Content API — History. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/content/{id}/history
      name: wiki-rest-api-content-id-history
      description: REST surface for wiki-rest-api-content-id-history.
      operations:
      - method: GET
        name: getcontenthistory
        description: Atlassian Get Content History
        call: confluence-content-history.getcontenthistory
        with:
          id: rest.id
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: confluence-content-history-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Confluence Content API — History. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-content-history
      description: Atlassian Get Content History
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: confluence-content-history.getcontenthistory
      with:
        id: tools.id
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.