Atlassian · Capability

Atlassian rest/api/3/mypreferences/ — Myself

Atlassian rest/api/3/mypreferences/ — Myself. 3 operations. Lead operation: Atlassian Delete Locale. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianMyself

What You Can Do

DELETE
Atlassiandeletelocale — Atlassian Delete Locale
/v1/api/3/mypreferences/locale
GET
Atlassiangetlocale — Atlassian Get Locale
/v1/api/3/mypreferences/locale
PUT
Atlassiansetlocale — Atlassian Set Locale
/v1/api/3/mypreferences/locale

MCP Tools

atlassian-delete-locale

Atlassian Delete Locale

idempotent
atlassian-get-locale

Atlassian Get Locale

read-only idempotent
atlassian-set-locale

Atlassian Set Locale

idempotent

Capability Spec

rest-api-3-mypreferences--myself.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian rest/api/3/mypreferences/ — Myself
  description: 'Atlassian rest/api/3/mypreferences/ — Myself. 3 operations. Lead operation: Atlassian Delete Locale. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Myself
  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-mypreferences--myself
    baseUri: https://your-domain.atlassian.net
    description: Atlassian rest/api/3/mypreferences/ — Myself business capability. Self-contained, no shared references.
    resources:
    - name: rest-api-3-mypreferences-locale
      path: /rest/api/3/mypreferences/locale
      operations:
      - name: atlassiandeletelocale
        method: DELETE
        description: Atlassian Delete Locale
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiangetlocale
        method: GET
        description: Atlassian Get Locale
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: atlassiansetlocale
        method: PUT
        description: Atlassian Set Locale
        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-mypreferences--myself-rest
    port: 8080
    description: REST adapter for Atlassian rest/api/3/mypreferences/ — Myself. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/3/mypreferences/locale
      name: rest-api-3-mypreferences-locale
      description: REST surface for rest-api-3-mypreferences-locale.
      operations:
      - method: DELETE
        name: atlassiandeletelocale
        description: Atlassian Delete Locale
        call: rest-api-3-mypreferences--myself.atlassiandeletelocale
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: atlassiangetlocale
        description: Atlassian Get Locale
        call: rest-api-3-mypreferences--myself.atlassiangetlocale
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassiansetlocale
        description: Atlassian Set Locale
        call: rest-api-3-mypreferences--myself.atlassiansetlocale
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-api-3-mypreferences--myself-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian rest/api/3/mypreferences/ — Myself. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-delete-locale
      description: Atlassian Delete Locale
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: rest-api-3-mypreferences--myself.atlassiandeletelocale
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-locale
      description: Atlassian Get Locale
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-api-3-mypreferences--myself.atlassiangetlocale
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-locale
      description: Atlassian Set Locale
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-api-3-mypreferences--myself.atlassiansetlocale
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.