Atlassian · Capability

Atlassian rest/api/3/permissions/ — Permissions

Atlassian rest/api/3/permissions/ — Permissions. 2 operations. Lead operation: Atlassian Get Bulk Permissions. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianPermissions

What You Can Do

POST
Atlassiangetbulkpermissions — Atlassian Get Bulk Permissions
/v1/api/3/permissions/check
POST
Atlassiangetpermittedprojects — Atlassian Get Permitted Projects
/v1/api/3/permissions/project

MCP Tools

atlassian-get-bulk-permissions

Atlassian Get Bulk Permissions

read-only
atlassian-get-permitted-projects

Atlassian Get Permitted Projects

read-only

Capability Spec

rest-api-3-permissions--permissions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/permissions/ — Permissions
  description: 'Atlassian rest/api/3/permissions/ — Permissions. 2 operations. Lead operation: Atlassian Get Bulk Permissions.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Permissions
  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-permissions--permissions
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/permissions/ — Permissions business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-permissions-check
      path: /rest/api/3/permissions/check
      operations:
      - name: atlassiangetbulkpermissions
        method: POST
        description: Atlassian Get Bulk Permissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-permissions-project
      path: /rest/api/3/permissions/project
      operations:
      - name: atlassiangetpermittedprojects
        method: POST
        description: Atlassian Get Permitted Projects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-permissions--permissions-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/permissions/ — Permissions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/permissions/check
      name: rest-api-3-permissions-check
      description: REST surface for rest-api-3-permissions-check.
      operations:
      - method: POST
        name: atlassiangetbulkpermissions
        description: Atlassian Get Bulk Permissions
        call: rest-api-3-permissions--permissions.atlassiangetbulkpermissions
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/permissions/project
      name: rest-api-3-permissions-project
      description: REST surface for rest-api-3-permissions-project.
      operations:
      - method: POST
        name: atlassiangetpermittedprojects
        description: Atlassian Get Permitted Projects
        call: rest-api-3-permissions--permissions.atlassiangetpermittedprojects
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-permissions--permissions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/permissions/ — Permissions. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-bulk-permissions
      description: Atlassian Get Bulk Permissions
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rest-api-3-permissions--permissions.atlassiangetbulkpermissions
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-permitted-projects
      description: Atlassian Get Permitted Projects
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: rest-api-3-permissions--permissions.atlassiangetpermittedprojects
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.