Atlassian · Capability

Atlassian Bit Bucket Addon API — Get

Atlassian Bit Bucket Addon API — Get. 4 operations. Lead operation: Atlassian Get Addon Linkers. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianGet

What You Can Do

GET
Getaddonlinkers — Atlassian Get Addon Linkers
/v1/addon/linkers
GET
Getaddonlinkerslinkerkey — Atlassian Get Addon Linkers Key
/v1/addon/linkers/{linker-key}
GET
Getaddonlinkerslinkerkeyvalues — Atlassian Get Addon Linkers Key Values
/v1/addon/linkers/{linker-key}/values
GET
Getaddonlinkerslinkerkeyvaluesvalueid — Atlassian Get Addon Linkers Key Values Value Id
/v1/addon/linkers/{linker-key}/values/{value-id}

MCP Tools

atlassian-get-addon-linkers

Atlassian Get Addon Linkers

read-only idempotent
atlassian-get-addon-linkers-key

Atlassian Get Addon Linkers Key

read-only idempotent
atlassian-get-addon-linkers-key-2

Atlassian Get Addon Linkers Key Values

read-only idempotent
atlassian-get-addon-linkers-key-3

Atlassian Get Addon Linkers Key Values Value Id

read-only idempotent

Capability Spec

bitbucket-addon-get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Addon API — Get
  description: 'Atlassian Bit Bucket Addon API — Get. 4 operations. Lead operation: Atlassian Get Addon Linkers. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Get
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: bitbucket-addon-get
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Addon API — Get business capability. Self-contained, no shared references.
    resources:
    - name: addon-linkers
      path: /addon/linkers
      operations:
      - name: getaddonlinkers
        method: GET
        description: Atlassian Get Addon Linkers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: addon-linkers-linker_key
      path: /addon/linkers/{linker_key}
      operations:
      - name: getaddonlinkerslinkerkey
        method: GET
        description: Atlassian Get Addon Linkers Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: addon-linkers-linker_key-values
      path: /addon/linkers/{linker_key}/values
      operations:
      - name: getaddonlinkerslinkerkeyvalues
        method: GET
        description: Atlassian Get Addon Linkers Key Values
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: addon-linkers-linker_key-values-value_id
      path: /addon/linkers/{linker_key}/values/{value_id}
      operations:
      - name: getaddonlinkerslinkerkeyvaluesvalueid
        method: GET
        description: Atlassian Get Addon Linkers Key Values Value Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: bitbucket-addon-get-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Addon API — Get. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/addon/linkers
      name: addon-linkers
      description: REST surface for addon-linkers.
      operations:
      - method: GET
        name: getaddonlinkers
        description: Atlassian Get Addon Linkers
        call: bitbucket-addon-get.getaddonlinkers
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/addon/linkers/{linker-key}
      name: addon-linkers-linker-key
      description: REST surface for addon-linkers-linker_key.
      operations:
      - method: GET
        name: getaddonlinkerslinkerkey
        description: Atlassian Get Addon Linkers Key
        call: bitbucket-addon-get.getaddonlinkerslinkerkey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/addon/linkers/{linker-key}/values
      name: addon-linkers-linker-key-values
      description: REST surface for addon-linkers-linker_key-values.
      operations:
      - method: GET
        name: getaddonlinkerslinkerkeyvalues
        description: Atlassian Get Addon Linkers Key Values
        call: bitbucket-addon-get.getaddonlinkerslinkerkeyvalues
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/addon/linkers/{linker-key}/values/{value-id}
      name: addon-linkers-linker-key-values-value-id
      description: REST surface for addon-linkers-linker_key-values-value_id.
      operations:
      - method: GET
        name: getaddonlinkerslinkerkeyvaluesvalueid
        description: Atlassian Get Addon Linkers Key Values Value Id
        call: bitbucket-addon-get.getaddonlinkerslinkerkeyvaluesvalueid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bitbucket-addon-get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Addon API — Get. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-get-addon-linkers
      description: Atlassian Get Addon Linkers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-addon-get.getaddonlinkers
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-addon-linkers-key
      description: Atlassian Get Addon Linkers Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-addon-get.getaddonlinkerslinkerkey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-addon-linkers-key-2
      description: Atlassian Get Addon Linkers Key Values
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-addon-get.getaddonlinkerslinkerkeyvalues
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-addon-linkers-key-3
      description: Atlassian Get Addon Linkers Key Values Value Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-addon-get.getaddonlinkerslinkerkeyvaluesvalueid
      outputParameters:
      - type: object
        mapping: $.