Atlassian · Capability

Atlassian user — Workspaces

Atlassian user — Workspaces. 1 operations. Lead operation: Atlassian List Workspaces For The Current User. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianWorkspaces

What You Can Do

GET
Atlassianlistworkspacesforthecurrentuser — Atlassian List Workspaces For The Current User
/v1/user/permissions/workspaces

MCP Tools

atlassian-list-workspaces-current-user

Atlassian List Workspaces For The Current User

read-only idempotent

Capability Spec

user-workspaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian user — Workspaces
  description: 'Atlassian user — Workspaces. 1 operations. Lead operation: Atlassian List Workspaces For The Current User.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Workspaces
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: user-workspaces
    baseUri: https://api.bitbucket.org/2.0
    description: Atlassian user — Workspaces business capability. Self-contained, no shared references.
    resources:
    - name: user-permissions-workspaces
      path: /user/permissions/workspaces
      operations:
      - name: atlassianlistworkspacesforthecurrentuser
        method: GET
        description: Atlassian List Workspaces For The Current User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Query string to narrow down the response. See
        - name: sort
          in: query
          type: string
          description: Name of a response property to sort results. See
  exposes:
  - type: rest
    namespace: user-workspaces-rest
    port: 8080
    description: REST adapter for Atlassian user — Workspaces. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/user/permissions/workspaces
      name: user-permissions-workspaces
      description: REST surface for user-permissions-workspaces.
      operations:
      - method: GET
        name: atlassianlistworkspacesforthecurrentuser
        description: Atlassian List Workspaces For The Current User
        call: user-workspaces.atlassianlistworkspacesforthecurrentuser
        with:
          q: rest.q
          sort: rest.sort
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: user-workspaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian user — Workspaces. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: atlassian-list-workspaces-current-user
      description: Atlassian List Workspaces For The Current User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: user-workspaces.atlassianlistworkspacesforthecurrentuser
      with:
        q: tools.q
        sort: tools.sort
      outputParameters:
      - type: object
        mapping: $.