Atlassian · Capability

Atlassian Bit Bucket Workspaces API — Reviewers

Atlassian Bit Bucket Workspaces API — Reviewers. 2 operations. Lead operation: Atlassian List The Default Reviewers In A Project. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianReviewers

What You Can Do

GET
Atlassianlistthedefaultreviewersinaproject — Atlassian List The Default Reviewers In A Project
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers
DELETE
Atlassianremovethespecificuserfromtheprojectsdefaultreviewers — Atlassian Remove The Specific User From The Project S Default Reviewers
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}

MCP Tools

atlassian-list-default-reviewers-project

Atlassian List The Default Reviewers In A Project

read-only idempotent
atlassian-remove-specific-user-project

Atlassian Remove The Specific User From The Project S Default Reviewers

idempotent

Capability Spec

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