Atlassian · Capability

Atlassian Bit Bucket Workspaces API — Specific

Atlassian Bit Bucket Workspaces API — Specific. 2 operations. Lead operation: Atlassian Remove The Specific User From The Project S Default Reviewers. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianSpecific

What You Can Do

DELETE
Atlassianremovethespecificuserfromtheprojectsdefaultreviewers — Atlassian Remove The Specific User From The Project S Default Reviewers
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
PUT
Atlassianaddthespecificuserasadefaultreviewerfortheproject — Atlassian Add The Specific User As A Default Reviewer For The Project
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}

MCP Tools

atlassian-remove-specific-user-project

Atlassian Remove The Specific User From The Project S Default Reviewers

idempotent
atlassian-add-specific-user-default

Atlassian Add The Specific User As A Default Reviewer For The Project

idempotent

Capability Spec

rest-api-3-announcementbanner--specific.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Workspaces API — Specific
  description: 'Atlassian Bit Bucket Workspaces API — Specific. 2 operations. Lead operation: Atlassian Remove The Specific
    User From The Project S Default Reviewers. Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Specific
  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--specific
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Workspaces API — Specific business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace-projects-project_key-default-reviewers-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}
      operations:
      - name: atlassianremovethespecificuserfromtheprojectsdefaultreviewers
        method: DELETE
        description: Atlassian Remove The Specific User From The Project S Default Reviewers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassianaddthespecificuserasadefaultreviewerfortheproject
        method: PUT
        description: Atlassian Add The Specific User As A Default Reviewer For The Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-api-3-announcementbanner--specific-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Workspaces API — Specific. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
      name: workspaces-workspace-projects-project-key-default-reviewers-selected-user
      description: REST surface for workspaces-workspace-projects-project_key-default-reviewers-selected_user.
      operations:
      - method: DELETE
        name: atlassianremovethespecificuserfromtheprojectsdefaultreviewers
        description: Atlassian Remove The Specific User From The Project S Default Reviewers
        call: rest-api-3-announcementbanner--specific.atlassianremovethespecificuserfromtheprojectsdefaultreviewers
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianaddthespecificuserasadefaultreviewerfortheproject
        description: Atlassian Add The Specific User As A Default Reviewer For The Project
        call: rest-api-3-announcementbanner--specific.atlassianaddthespecificuserasadefaultreviewerfortheproject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-announcementbanner--specific-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Workspaces API — Specific. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-remove-specific-user-project
      description: Atlassian Remove The Specific User From The Project S Default Reviewers
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-announcementbanner--specific.atlassianremovethespecificuserfromtheprojectsdefaultreviewers
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-specific-user-default
      description: Atlassian Add The Specific User As A Default Reviewer For The Project
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--specific.atlassianaddthespecificuserasadefaultreviewerfortheproject
      outputParameters:
      - type: object
        mapping: $.