Atlassian · Capability

Atlassian Bit Bucket Workspaces API — Get

Atlassian Bit Bucket Workspaces API — Get. 13 operations. Lead operation: Atlassian Get A Workspace. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianGet

What You Can Do

GET
Atlassiangetaworkspace — Atlassian Get A Workspace
/v1/workspaces/{workspace}
GET
Atlassiangetawebhookforaworkspace — Atlassian Get A Webhook For A Workspace
/v1/workspaces/{workspace}/hooks/{uid}
GET
Atlassiangetusermembershipforaworkspace — Atlassian Get User Membership For A Workspace
/v1/workspaces/{workspace}/members/{member}
GET
Atlassiangetoidcconfiguration — Atlassian Get Openid Configuration For Oidc In Pipelines
/v1/workspaces/{workspace}/pipelines-config/identity/oidc/well-known/openid-configuration
GET
Atlassiangetoidckeys — Atlassian Get Keys For Oidc In Pipelines
/v1/workspaces/{workspace}/pipelines-config/identity/oidc/keys-json
GET
Atlassiangetpipelinevariableforworkspace — Atlassian Get Variable For A Workspace
/v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
GET
Atlassiangetaprojectforaworkspace — Atlassian Get A Project For A Workspace
/v1/workspaces/{workspace}/projects/{project-key}
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
GET
Atlassiangetadefaultreviewer — Atlassian Get A Default Reviewer
/v1/workspaces/{workspace}/projects/{project-key}/default-reviewers/{selected-user}
GET
Atlassiangetaprojectdeploykey — Atlassian Get A Project Deploy Key
/v1/workspaces/{workspace}/projects/{project-key}/deploy-keys/{key-id}
GET
Atlassiangetanexplicitgrouppermissionforaproject — Atlassian Get An Explicit Group Permission For A Project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
GET
Atlassiangetanexplicituserpermissionforaproject — Atlassian Get An Explicit User Permission For A Project
/v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}

MCP Tools

atlassian-get-workspace

Atlassian Get A Workspace

read-only idempotent
atlassian-get-webhook-workspace

Atlassian Get A Webhook For A Workspace

read-only idempotent
atlassian-get-user-membership-workspace

Atlassian Get User Membership For A Workspace

read-only idempotent
atlassian-get-openid-configuration-oidc

Atlassian Get Openid Configuration For Oidc In Pipelines

read-only idempotent
atlassian-get-keys-oidc-pipelines

Atlassian Get Keys For Oidc In Pipelines

read-only idempotent
atlassian-get-variable-workspace

Atlassian Get Variable For A Workspace

read-only idempotent
atlassian-get-project-workspace

Atlassian Get A Project For A Workspace

read-only idempotent
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-get-default-reviewer

Atlassian Get A Default Reviewer

read-only idempotent
atlassian-get-project-deploy-key

Atlassian Get A Project Deploy Key

read-only idempotent
atlassian-get-explicit-group-permission

Atlassian Get An Explicit Group Permission For A Project

read-only idempotent
atlassian-get-explicit-user-permission

Atlassian Get An Explicit User Permission For A Project

read-only idempotent

Capability Spec

rest-api-3-announcementbanner--get.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian Bit Bucket Workspaces API — Get
  description: 'Atlassian Bit Bucket Workspaces API — Get. 13 operations. Lead operation: Atlassian Get A Workspace. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Get
  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--get
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian Bit Bucket Workspaces API — Get business capability. Self-contained, no shared references.
    resources:
    - name: workspaces-workspace
      path: /workspaces/{workspace}
      operations:
      - name: atlassiangetaworkspace
        method: GET
        description: Atlassian Get A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-hooks-uid
      path: /workspaces/{workspace}/hooks/{uid}
      operations:
      - name: atlassiangetawebhookforaworkspace
        method: GET
        description: Atlassian Get A Webhook For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-members-member
      path: /workspaces/{workspace}/members/{member}
      operations:
      - name: atlassiangetusermembershipforaworkspace
        method: GET
        description: Atlassian Get User Membership For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-pipelines-config-identity-oidc-.well-known-openid-configura
      path: /workspaces/{workspace}/pipelines-config/identity/oidc/.well-known/openid-configuration
      operations:
      - name: atlassiangetoidcconfiguration
        method: GET
        description: Atlassian Get Openid Configuration For Oidc In Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
    - name: workspaces-workspace-pipelines-config-identity-oidc-keys.json
      path: /workspaces/{workspace}/pipelines-config/identity/oidc/keys.json
      operations:
      - name: atlassiangetoidckeys
        method: GET
        description: Atlassian Get Keys For Oidc In Pipelines
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
    - name: workspaces-workspace-pipelines-config-variables-variable_uuid
      path: /workspaces/{workspace}/pipelines-config/variables/{variable_uuid}
      operations:
      - name: atlassiangetpipelinevariableforworkspace
        method: GET
        description: Atlassian Get Variable For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: workspace
          in: path
          type: string
          description: This can either be the workspace ID (slug) or the workspace UUID surrounded by curly-braces, for example
            `{workspace UUID}`.
          required: true
        - name: variable_uuid
          in: path
          type: string
          description: The UUID of the variable to retrieve.
          required: true
    - name: workspaces-workspace-projects-project_key
      path: /workspaces/{workspace}/projects/{project_key}
      operations:
      - name: atlassiangetaprojectforaworkspace
        method: GET
        description: Atlassian Get A Project For A Workspace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - 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: workspaces-workspace-projects-project_key-default-reviewers-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/default-reviewers/{selected_user}
      operations:
      - name: atlassiangetadefaultreviewer
        method: GET
        description: Atlassian Get A Default Reviewer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-deploy-keys-key_id
      path: /workspaces/{workspace}/projects/{project_key}/deploy-keys/{key_id}
      operations:
      - name: atlassiangetaprojectdeploykey
        method: GET
        description: Atlassian Get A Project Deploy Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-groups-group_slug
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/groups/{group_slug}
      operations:
      - name: atlassiangetanexplicitgrouppermissionforaproject
        method: GET
        description: Atlassian Get An Explicit Group Permission For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: workspaces-workspace-projects-project_key-permissions-config-users-selected_user
      path: /workspaces/{workspace}/projects/{project_key}/permissions-config/users/{selected_user_id}
      operations:
      - name: atlassiangetanexplicituserpermissionforaproject
        method: GET
        description: Atlassian Get An Explicit User Permission For A Project
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: rest-api-3-announcementbanner--get-rest
    port: 8080
    description: REST adapter for Atlassian Bit Bucket Workspaces API — Get. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/workspaces/{workspace}
      name: workspaces-workspace
      description: REST surface for workspaces-workspace.
      operations:
      - method: GET
        name: atlassiangetaworkspace
        description: Atlassian Get A Workspace
        call: rest-api-3-announcementbanner--get.atlassiangetaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/hooks/{uid}
      name: workspaces-workspace-hooks-uid
      description: REST surface for workspaces-workspace-hooks-uid.
      operations:
      - method: GET
        name: atlassiangetawebhookforaworkspace
        description: Atlassian Get A Webhook For A Workspace
        call: rest-api-3-announcementbanner--get.atlassiangetawebhookforaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/members/{member}
      name: workspaces-workspace-members-member
      description: REST surface for workspaces-workspace-members-member.
      operations:
      - method: GET
        name: atlassiangetusermembershipforaworkspace
        description: Atlassian Get User Membership For A Workspace
        call: rest-api-3-announcementbanner--get.atlassiangetusermembershipforaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/identity/oidc/well-known/openid-configuration
      name: workspaces-workspace-pipelines-config-identity-oidc-well-known-openid-configura
      description: REST surface for workspaces-workspace-pipelines-config-identity-oidc-.well-known-openid-configura.
      operations:
      - method: GET
        name: atlassiangetoidcconfiguration
        description: Atlassian Get Openid Configuration For Oidc In Pipelines
        call: rest-api-3-announcementbanner--get.atlassiangetoidcconfiguration
        with:
          workspace: rest.workspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/identity/oidc/keys-json
      name: workspaces-workspace-pipelines-config-identity-oidc-keys-json
      description: REST surface for workspaces-workspace-pipelines-config-identity-oidc-keys.json.
      operations:
      - method: GET
        name: atlassiangetoidckeys
        description: Atlassian Get Keys For Oidc In Pipelines
        call: rest-api-3-announcementbanner--get.atlassiangetoidckeys
        with:
          workspace: rest.workspace
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/pipelines-config/variables/{variable-uuid}
      name: workspaces-workspace-pipelines-config-variables-variable-uuid
      description: REST surface for workspaces-workspace-pipelines-config-variables-variable_uuid.
      operations:
      - method: GET
        name: atlassiangetpipelinevariableforworkspace
        description: Atlassian Get Variable For A Workspace
        call: rest-api-3-announcementbanner--get.atlassiangetpipelinevariableforworkspace
        with:
          workspace: rest.workspace
          variable_uuid: rest.variable_uuid
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}
      name: workspaces-workspace-projects-project-key
      description: REST surface for workspaces-workspace-projects-project_key.
      operations:
      - method: GET
        name: atlassiangetaprojectforaworkspace
        description: Atlassian Get A Project For A Workspace
        call: rest-api-3-announcementbanner--get.atlassiangetaprojectforaworkspace
        outputParameters:
        - type: object
          mapping: $.
    - 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--get.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--get.atlassiangetthebranchingmodelconfigforaproject
        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: GET
        name: atlassiangetadefaultreviewer
        description: Atlassian Get A Default Reviewer
        call: rest-api-3-announcementbanner--get.atlassiangetadefaultreviewer
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/deploy-keys/{key-id}
      name: workspaces-workspace-projects-project-key-deploy-keys-key-id
      description: REST surface for workspaces-workspace-projects-project_key-deploy-keys-key_id.
      operations:
      - method: GET
        name: atlassiangetaprojectdeploykey
        description: Atlassian Get A Project Deploy Key
        call: rest-api-3-announcementbanner--get.atlassiangetaprojectdeploykey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/permissions-config/groups/{group-slug}
      name: workspaces-workspace-projects-project-key-permissions-config-groups-group-slug
      description: REST surface for workspaces-workspace-projects-project_key-permissions-config-groups-group_slug.
      operations:
      - method: GET
        name: atlassiangetanexplicitgrouppermissionforaproject
        description: Atlassian Get An Explicit Group Permission For A Project
        call: rest-api-3-announcementbanner--get.atlassiangetanexplicitgrouppermissionforaproject
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/workspaces/{workspace}/projects/{project-key}/permissions-config/users/{selected-user-id}
      name: workspaces-workspace-projects-project-key-permissions-config-users-selected-user
      description: REST surface for workspaces-workspace-projects-project_key-permissions-config-users-selected_user.
      operations:
      - method: GET
        name: atlassiangetanexplicituserpermissionforaproject
        description: Atlassian Get An Explicit User Permission For A Project
        call: rest-api-3-announcementbanner--get.atlassiangetanexplicituserpermissionforaproject
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-announcementbanner--get-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian Bit Bucket Workspaces API — Get. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-workspace
      description: Atlassian Get A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-webhook-workspace
      description: Atlassian Get A Webhook For A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetawebhookforaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-user-membership-workspace
      description: Atlassian Get User Membership For A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetusermembershipforaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-openid-configuration-oidc
      description: Atlassian Get Openid Configuration For Oidc In Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetoidcconfiguration
      with:
        workspace: tools.workspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-keys-oidc-pipelines
      description: Atlassian Get Keys For Oidc In Pipelines
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetoidckeys
      with:
        workspace: tools.workspace
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-variable-workspace
      description: Atlassian Get Variable For A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetpipelinevariableforworkspace
      with:
        workspace: tools.workspace
        variable_uuid: tools.variable_uuid
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-project-workspace
      description: Atlassian Get A Project For A Workspace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetaprojectforaworkspace
      outputParameters:
      - type: object
        mapping: $.
    - 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--get.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--get.atlassiangetthebranchingmodelconfigforaproject
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-default-reviewer
      description: Atlassian Get A Default Reviewer
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetadefaultreviewer
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-project-deploy-key
      description: Atlassian Get A Project Deploy Key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetaprojectdeploykey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-explicit-group-permission
      description: Atlassian Get An Explicit Group Permission For A Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetanexplicitgrouppermissionforaproject
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-explicit-user-permission
      description: Atlassian Get An Explicit User Permission For A Project
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-announcementbanner--get.atlassiangetanexplicituserpermissionforaproject
      outputParameters:
      - type: object
        mapping: $.