Atlassian · Capability

Atlassian Bit Bucket Repositories API — Link

Atlassian Bit Bucket Repositories API — Link. 1 operations. Lead operation: Atlassian Get Download Artifact Link. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianLink

What You Can Do

GET
Getdownloadartifactlink — Atlassian Get Download Artifact Link
/v1/repositories/{workspace}/{repo-slug}/downloads/{filename}

MCP Tools

atlassian-get-download-artifact-link

Atlassian Get Download Artifact Link

read-only idempotent

Capability Spec

bitbucket-repositories-link.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Repositories API — Link
  description: 'Atlassian Bit Bucket Repositories API — Link. 1 operations. Lead operation: Atlassian Get Download Artifact
    Link. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Link
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: bitbucket-repositories-link
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Repositories API — Link business capability. Self-contained, no shared references.
    resources:
    - name: repositories-workspace-repo_slug-downloads-filename
      path: /repositories/{workspace}/{repo_slug}/downloads/{filename}
      operations:
      - name: getdownloadartifactlink
        method: GET
        description: Atlassian Get Download Artifact Link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: bitbucket-repositories-link-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Repositories API — Link. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/repositories/{workspace}/{repo-slug}/downloads/{filename}
      name: repositories-workspace-repo-slug-downloads-filename
      description: REST surface for repositories-workspace-repo_slug-downloads-filename.
      operations:
      - method: GET
        name: getdownloadartifactlink
        description: Atlassian Get Download Artifact Link
        call: bitbucket-repositories-link.getdownloadartifactlink
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bitbucket-repositories-link-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Repositories API — Link. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-download-artifact-link
      description: Atlassian Get Download Artifact Link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-repositories-link.getdownloadartifactlink
      outputParameters:
      - type: object
        mapping: $.