Atlassian · Capability

Atlassian Bit Bucket Repositories API — Applications

Atlassian Bit Bucket Repositories API — Applications. 9 operations. Lead operation: Atlassian Update Commit Application Property. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianApplications

What You Can Do

PUT
Updatecommitapplicationproperty — Atlassian Update Commit Application Property
/v1/repositories/{workspace}/{repo-slug}/commit/{commit}/properties/{app-key}/{property-name}
DELETE
Deletecommitapplicationproperty — Atlassian Delete Commit Application Property
/v1/repositories/{workspace}/{repo-slug}/commit/{commit}/properties/{app-key}/{property-name}
GET
Getcommitapplicationproperty — Atlassian Get Commit Application Property
/v1/repositories/{workspace}/{repo-slug}/commit/{commit}/properties/{app-key}/{property-name}
PUT
Updaterepositoryapplicationproperty — Atlassian Update Repository Application Property
/v1/repositories/{workspace}/{repo-slug}/properties/{app-key}/{property-name}
DELETE
Deleterepositoryapplicationproperty — Atlassian Delete Repository Application Property
/v1/repositories/{workspace}/{repo-slug}/properties/{app-key}/{property-name}
GET
Getrepositoryapplicationproperty — Atlassian Get Repository Application Property
/v1/repositories/{workspace}/{repo-slug}/properties/{app-key}/{property-name}
PUT
Updatepullrequestapplicationproperty — Atlassian Update Pull Request Application Property
/v1/repositories/{workspace}/{repo-slug}/pullrequests/{pullrequest-id}/properties/{app-key}/{property-name}
DELETE
Deletepullrequestapplicationproperty — Atlassian Delete Pull Request Application Property
/v1/repositories/{workspace}/{repo-slug}/pullrequests/{pullrequest-id}/properties/{app-key}/{property-name}
GET
Getpullrequestapplicationproperty — Atlassian Get Pull Request Application Property
/v1/repositories/{workspace}/{repo-slug}/pullrequests/{pullrequest-id}/properties/{app-key}/{property-name}

MCP Tools

atlassian-update-commit-application-property

Atlassian Update Commit Application Property

idempotent
atlassian-delete-commit-application-property

Atlassian Delete Commit Application Property

idempotent
atlassian-get-commit-application-property

Atlassian Get Commit Application Property

read-only idempotent
atlassian-update-repository-application-property

Atlassian Update Repository Application Property

idempotent
atlassian-delete-repository-application-property

Atlassian Delete Repository Application Property

idempotent
atlassian-get-repository-application-property

Atlassian Get Repository Application Property

read-only idempotent
atlassian-update-pull-request-application

Atlassian Update Pull Request Application Property

idempotent
atlassian-delete-pull-request-application

Atlassian Delete Pull Request Application Property

idempotent
atlassian-get-pull-request-application

Atlassian Get Pull Request Application Property

read-only idempotent

Capability Spec

bitbucket-repositories-applications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Repositories API — Applications
  description: 'Atlassian Bit Bucket Repositories API — Applications. 9 operations. Lead operation: Atlassian Update Commit
    Application Property. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Applications
  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-applications
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Repositories API — Applications business capability. Self-contained, no shared references.
    resources:
    - name: repositories-workspace-repo_slug-commit-commit-properties-app_key-property_name
      path: /repositories/{workspace}/{repo_slug}/commit/{commit}/properties/{app_key}/{property_name}
      operations:
      - name: updatecommitapplicationproperty
        method: PUT
        description: Atlassian Update Commit Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: commit
          in: path
          type: string
          description: The commit.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletecommitapplicationproperty
        method: DELETE
        description: Atlassian Delete Commit Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: commit
          in: path
          type: string
          description: The commit.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
      - name: getcommitapplicationproperty
        method: GET
        description: Atlassian Get Commit Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: commit
          in: path
          type: string
          description: The commit.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
    - name: repositories-workspace-repo_slug-properties-app_key-property_name
      path: /repositories/{workspace}/{repo_slug}/properties/{app_key}/{property_name}
      operations:
      - name: updaterepositoryapplicationproperty
        method: PUT
        description: Atlassian Update Repository Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleterepositoryapplicationproperty
        method: DELETE
        description: Atlassian Delete Repository Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
      - name: getrepositoryapplicationproperty
        method: GET
        description: Atlassian Get Repository Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
    - name: repositories-workspace-repo_slug-pullrequests-pullrequest_id-properties-app_key-
      path: /repositories/{workspace}/{repo_slug}/pullrequests/{pullrequest_id}/properties/{app_key}/{property_name}
      operations:
      - name: updatepullrequestapplicationproperty
        method: PUT
        description: Atlassian Update Pull Request Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: pullrequest_id
          in: path
          type: string
          description: The pull request ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deletepullrequestapplicationproperty
        method: DELETE
        description: Atlassian Delete Pull Request Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: pullrequest_id
          in: path
          type: string
          description: The pull request ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
      - name: getpullrequestapplicationproperty
        method: GET
        description: Atlassian Get Pull Request Application Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: The repository container; either the workspace slug or the UUID in curly braces.
          required: true
        - name: repo_slug
          in: path
          type: string
          description: The repository.
          required: true
        - name: pullrequest_id
          in: path
          type: string
          description: The pull request ID.
          required: true
        - name: app_key
          in: path
          type: string
          description: The key of the Connect app.
          required: true
        - name: property_name
          in: path
          type: string
          description: The name of the property.
          required: true
    authentication:
      type: bearer
      token: '{{env.ATLASSIAN_API_KEY}}'
  exposes:
  - type: rest
    namespace: bitbucket-repositories-applications-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Repositories API — Applications. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/repositories/{workspace}/{repo-slug}/commit/{commit}/properties/{app-key}/{property-name}
      name: repositories-workspace-repo-slug-commit-commit-properties-app-key-property-name
      description: REST surface for repositories-workspace-repo_slug-commit-commit-properties-app_key-property_name.
      operations:
      - method: PUT
        name: updatecommitapplicationproperty
        description: Atlassian Update Commit Application Property
        call: bitbucket-repositories-applications.updatecommitapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          commit: rest.commit
          app_key: rest.app_key
          property_name: rest.property_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletecommitapplicationproperty
        description: Atlassian Delete Commit Application Property
        call: bitbucket-repositories-applications.deletecommitapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          commit: rest.commit
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcommitapplicationproperty
        description: Atlassian Get Commit Application Property
        call: bitbucket-repositories-applications.getcommitapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          commit: rest.commit
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repositories/{workspace}/{repo-slug}/properties/{app-key}/{property-name}
      name: repositories-workspace-repo-slug-properties-app-key-property-name
      description: REST surface for repositories-workspace-repo_slug-properties-app_key-property_name.
      operations:
      - method: PUT
        name: updaterepositoryapplicationproperty
        description: Atlassian Update Repository Application Property
        call: bitbucket-repositories-applications.updaterepositoryapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          app_key: rest.app_key
          property_name: rest.property_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleterepositoryapplicationproperty
        description: Atlassian Delete Repository Application Property
        call: bitbucket-repositories-applications.deleterepositoryapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getrepositoryapplicationproperty
        description: Atlassian Get Repository Application Property
        call: bitbucket-repositories-applications.getrepositoryapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/repositories/{workspace}/{repo-slug}/pullrequests/{pullrequest-id}/properties/{app-key}/{property-name}
      name: repositories-workspace-repo-slug-pullrequests-pullrequest-id-properties-app-key
      description: REST surface for repositories-workspace-repo_slug-pullrequests-pullrequest_id-properties-app_key-.
      operations:
      - method: PUT
        name: updatepullrequestapplicationproperty
        description: Atlassian Update Pull Request Application Property
        call: bitbucket-repositories-applications.updatepullrequestapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          pullrequest_id: rest.pullrequest_id
          app_key: rest.app_key
          property_name: rest.property_name
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletepullrequestapplicationproperty
        description: Atlassian Delete Pull Request Application Property
        call: bitbucket-repositories-applications.deletepullrequestapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          pullrequest_id: rest.pullrequest_id
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getpullrequestapplicationproperty
        description: Atlassian Get Pull Request Application Property
        call: bitbucket-repositories-applications.getpullrequestapplicationproperty
        with:
          workspace: rest.workspace
          repo_slug: rest.repo_slug
          pullrequest_id: rest.pullrequest_id
          app_key: rest.app_key
          property_name: rest.property_name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bitbucket-repositories-applications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Repositories API — Applications. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-update-commit-application-property
      description: Atlassian Update Commit Application Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.updatecommitapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        commit: tools.commit
        app_key: tools.app_key
        property_name: tools.property_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-commit-application-property
      description: Atlassian Delete Commit Application Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: bitbucket-repositories-applications.deletecommitapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        commit: tools.commit
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-commit-application-property
      description: Atlassian Get Commit Application Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.getcommitapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        commit: tools.commit
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-repository-application-property
      description: Atlassian Update Repository Application Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.updaterepositoryapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        app_key: tools.app_key
        property_name: tools.property_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-repository-application-property
      description: Atlassian Delete Repository Application Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: bitbucket-repositories-applications.deleterepositoryapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-repository-application-property
      description: Atlassian Get Repository Application Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.getrepositoryapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-pull-request-application
      description: Atlassian Update Pull Request Application Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.updatepullrequestapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        pullrequest_id: tools.pullrequest_id
        app_key: tools.app_key
        property_name: tools.property_name
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-pull-request-application
      description: Atlassian Delete Pull Request Application Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: bitbucket-repositories-applications.deletepullrequestapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        pullrequest_id: tools.pullrequest_id
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-pull-request-application
      description: Atlassian Get Pull Request Application Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bitbucket-repositories-applications.getpullrequestapplicationproperty
      with:
        workspace: tools.workspace
        repo_slug: tools.repo_slug
        pullrequest_id: tools.pullrequest_id
        app_key: tools.app_key
        property_name: tools.property_name
      outputParameters:
      - type: object
        mapping: $.