Atlassian · Capability

Atlassian rest/api/3/filter/ — Filter Sharing

Atlassian rest/api/3/filter/ — Filter Sharing. 6 operations. Lead operation: Atlassian Get Default Share Scope. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianFilter Sharing

What You Can Do

GET
Atlassiangetdefaultsharescope — Atlassian Get Default Share Scope
/v1/api/3/filter/defaultsharescope
PUT
Atlassiansetdefaultsharescope — Atlassian Set Default Share Scope
/v1/api/3/filter/defaultsharescope
GET
Atlassiangetsharepermissions — Atlassian Get Share Permissions
/v1/api/3/filter/{id}/permission
POST
Atlassianaddsharepermission — Atlassian Add Share Permission
/v1/api/3/filter/{id}/permission
DELETE
Atlassiandeletesharepermission — Atlassian Delete Share Permission
/v1/api/3/filter/{id}/permission/{permissionid}
GET
Atlassiangetsharepermission — Atlassian Get Share Permission
/v1/api/3/filter/{id}/permission/{permissionid}

MCP Tools

atlassian-get-default-share-scope

Atlassian Get Default Share Scope

read-only idempotent
atlassian-set-default-share-scope

Atlassian Set Default Share Scope

idempotent
atlassian-get-share-permissions

Atlassian Get Share Permissions

read-only idempotent
atlassian-add-share-permission

Atlassian Add Share Permission

atlassian-delete-share-permission

Atlassian Delete Share Permission

idempotent
atlassian-get-share-permission

Atlassian Get Share Permission

read-only idempotent

Capability Spec

rest-api-3-filter--filter-sharing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/filter/ — Filter Sharing
  description: 'Atlassian rest/api/3/filter/ — Filter Sharing. 6 operations. Lead operation: Atlassian Get Default Share Scope.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Filter Sharing
  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-filter--filter-sharing
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/filter/ — Filter Sharing business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-filter-defaultShareScope
      path: /rest/api/3/filter/defaultShareScope
      operations:
      - name: atlassiangetdefaultsharescope
        method: GET
        description: Atlassian Get Default Share Scope
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiansetdefaultsharescope
        method: PUT
        description: Atlassian Set Default Share Scope
        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-filter-id-permission
      path: /rest/api/3/filter/{id}/permission
      operations:
      - name: atlassiangetsharepermissions
        method: GET
        description: Atlassian Get Share Permissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the filter.
          required: true
      - name: atlassianaddsharepermission
        method: POST
        description: Atlassian Add Share Permission
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the filter.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: rest-api-3-filter-id-permission-permissionId
      path: /rest/api/3/filter/{id}/permission/{permissionId}
      operations:
      - name: atlassiandeletesharepermission
        method: DELETE
        description: Atlassian Delete Share Permission
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the filter.
          required: true
        - name: permissionId
          in: path
          type: integer
          description: The ID of the share permission.
          required: true
      - name: atlassiangetsharepermission
        method: GET
        description: Atlassian Get Share Permission
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: integer
          description: The ID of the filter.
          required: true
        - name: permissionId
          in: path
          type: integer
          description: The ID of the share permission.
          required: true
  exposes:
  - type: rest
    namespace: rest-api-3-filter--filter-sharing-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/filter/ — Filter Sharing. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/filter/defaultsharescope
      name: rest-api-3-filter-defaultsharescope
      description: REST surface for rest-api-3-filter-defaultShareScope.
      operations:
      - method: GET
        name: atlassiangetdefaultsharescope
        description: Atlassian Get Default Share Scope
        call: rest-api-3-filter--filter-sharing.atlassiangetdefaultsharescope
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassiansetdefaultsharescope
        description: Atlassian Set Default Share Scope
        call: rest-api-3-filter--filter-sharing.atlassiansetdefaultsharescope
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/filter/{id}/permission
      name: rest-api-3-filter-id-permission
      description: REST surface for rest-api-3-filter-id-permission.
      operations:
      - method: GET
        name: atlassiangetsharepermissions
        description: Atlassian Get Share Permissions
        call: rest-api-3-filter--filter-sharing.atlassiangetsharepermissions
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassianaddsharepermission
        description: Atlassian Add Share Permission
        call: rest-api-3-filter--filter-sharing.atlassianaddsharepermission
        with:
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/3/filter/{id}/permission/{permissionid}
      name: rest-api-3-filter-id-permission-permissionid
      description: REST surface for rest-api-3-filter-id-permission-permissionId.
      operations:
      - method: DELETE
        name: atlassiandeletesharepermission
        description: Atlassian Delete Share Permission
        call: rest-api-3-filter--filter-sharing.atlassiandeletesharepermission
        with:
          id: rest.id
          permissionId: rest.permissionId
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetsharepermission
        description: Atlassian Get Share Permission
        call: rest-api-3-filter--filter-sharing.atlassiangetsharepermission
        with:
          id: rest.id
          permissionId: rest.permissionId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-filter--filter-sharing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/filter/ — Filter Sharing. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-default-share-scope
      description: Atlassian Get Default Share Scope
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-filter--filter-sharing.atlassiangetdefaultsharescope
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-default-share-scope
      description: Atlassian Set Default Share Scope
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-filter--filter-sharing.atlassiansetdefaultsharescope
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-share-permissions
      description: Atlassian Get Share Permissions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-filter--filter-sharing.atlassiangetsharepermissions
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-share-permission
      description: Atlassian Add Share Permission
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-api-3-filter--filter-sharing.atlassianaddsharepermission
      with:
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-share-permission
      description: Atlassian Delete Share Permission
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-filter--filter-sharing.atlassiandeletesharepermission
      with:
        id: tools.id
        permissionId: tools.permissionId
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-share-permission
      description: Atlassian Get Share Permission
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-filter--filter-sharing.atlassiangetsharepermission
      with:
        id: tools.id
        permissionId: tools.permissionId
      outputParameters:
      - type: object
        mapping: $.