Atlassian · Capability

Atlassian Bit Bucket Workspaces API — Models

Atlassian Bit Bucket Workspaces API — Models. 3 operations. Lead operation: Atlassian Get The Branching Model For A Project. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianModels

What You Can Do

GET
Atlassiangetthebranchingmodelforaproject — Atlassian Get The Branching Model For A Project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model
GET
Atlassiangetthebranchingmodelconfigforaproject — Atlassian Get The Branching Model Config For A Project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
PUT
Atlassianupdatethebranchingmodelconfigforaproject — Atlassian Update The Branching Model Config For A Project
/v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings

MCP Tools

atlassian-get-branching-model-project

Atlassian Get The Branching Model For A Project

read-only idempotent
atlassian-get-branching-model-config

Atlassian Get The Branching Model Config For A Project

read-only idempotent
atlassian-update-branching-model-config

Atlassian Update The Branching Model Config For A Project

idempotent

Capability Spec

rest-api-3-announcementbanner--models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Workspaces API — Models
  description: 'Atlassian Bit Bucket Workspaces API — Models. 3 operations. Lead operation: Atlassian Get The Branching Model
    For A Project. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Models
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-api-3-announcementbanner--models
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Workspaces API — Models business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace-projects-project_key-branching-model
      path: /workspaces/{workspace}/projects/{project_key}/branching-model
      operations:
      - name: atlassiangetthebranchingmodelforaproject
        method: GET
        description: Atlassian Get The Branching Model For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-branching-model-settings
      path: /workspaces/{workspace}/projects/{project_key}/branching-model/settings
      operations:
      - name: atlassiangetthebranchingmodelconfigforaproject
        method: GET
        description: Atlassian Get The Branching Model Config For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassianupdatethebranchingmodelconfigforaproject
        method: PUT
        description: Atlassian Update The Branching Model Config For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-api-3-announcementbanner--models-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Workspaces API — Models. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace}/projects/{project-key}/branching-model
      name: workspaces-workspace-projects-project-key-branching-model
      description: REST surface for workspaces-workspace-projects-project_key-branching-model.
      operations:
      - method: GET
        name: atlassiangetthebranchingmodelforaproject
        description: Atlassian Get The Branching Model For A Project
        call: rest-api-3-announcementbanner--models.atlassiangetthebranchingmodelforaproject
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/branching-model/settings
      name: workspaces-workspace-projects-project-key-branching-model-settings
      description: REST surface for workspaces-workspace-projects-project_key-branching-model-settings.
      operations:
      - method: GET
        name: atlassiangetthebranchingmodelconfigforaproject
        description: Atlassian Get The Branching Model Config For A Project
        call: rest-api-3-announcementbanner--models.atlassiangetthebranchingmodelconfigforaproject
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatethebranchingmodelconfigforaproject
        description: Atlassian Update The Branching Model Config For A Project
        call: rest-api-3-announcementbanner--models.atlassianupdatethebranchingmodelconfigforaproject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-announcementbanner--models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Workspaces API — Models. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-branching-model-project
      description: Atlassian Get The Branching Model For A Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--models.atlassiangetthebranchingmodelforaproject
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-branching-model-config
      description: Atlassian Get The Branching Model Config For A Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--models.atlassiangetthebranchingmodelconfigforaproject
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-branching-model-config
      description: Atlassian Update The Branching Model Config For A Project
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--models.atlassianupdatethebranchingmodelconfigforaproject
      outputParameters:
      - type: object
        mapping: $.