Atlassian · Capability

Atlassian wiki/rest/api/settings/ — Settings

Atlassian wiki/rest/api/settings/ — Settings. 6 operations. Lead operation: Atlassian Get Look And Feel Settings. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianSettings

What You Can Do

GET
Atlassiangetlookandfeelsettings — Atlassian Get Look And Feel Settings
/v1/wiki/rest/api/settings/lookandfeel
PUT
Atlassianupdatelookandfeel — Atlassian Select Look And Feel Settings
/v1/wiki/rest/api/settings/lookandfeel
POST
Atlassianupdatelookandfeelsettings — Atlassian Update Look And Feel Settings
/v1/wiki/rest/api/settings/lookandfeel/custom
DELETE
Atlassianresetlookandfeelsettings — Atlassian Reset Look And Feel Settings
/v1/wiki/rest/api/settings/lookandfeel/custom
PUT
Atlassiansetlookandfeelsettings — Atlassian Set Look And Feel Settings
/v1/wiki/rest/api/settings/lookandfeel/selected
GET
Atlassiangetsysteminfo — Atlassian Get System Info
/v1/wiki/rest/api/settings/systeminfo

MCP Tools

atlassian-get-look-and-feel

Atlassian Get Look And Feel Settings

read-only idempotent
atlassian-select-look-and-feel

Atlassian Select Look And Feel Settings

idempotent
atlassian-update-look-and-feel

Atlassian Update Look And Feel Settings

atlassian-reset-look-and-feel

Atlassian Reset Look And Feel Settings

idempotent
atlassian-set-look-and-feel

Atlassian Set Look And Feel Settings

idempotent
atlassian-get-system-info

Atlassian Get System Info

read-only idempotent

Capability Spec

wiki-rest-api-settings--settings.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian wiki/rest/api/settings/ — Settings
  description: 'Atlassian wiki/rest/api/settings/ — Settings. 6 operations. Lead operation: Atlassian Get Look And Feel Settings.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Settings
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ATLASSIAN_API_KEY: ATLASSIAN_API_KEY
capability:
  consumes:
  - type: http
    namespace: wiki-rest-api-settings--settings
    baseUri: ''
    description: Atlassian wiki/rest/api/settings/ — Settings business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-settings-lookandfeel
      path: /wiki/rest/api/settings/lookandfeel
      operations:
      - name: atlassiangetlookandfeelsettings
        method: GET
        description: Atlassian Get Look And Feel Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: query
          type: string
          description: The key of the space for which the look and feel settings will be
      - name: atlassianupdatelookandfeel
        method: PUT
        description: Atlassian Select Look And Feel Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: wiki-rest-api-settings-lookandfeel-custom
      path: /wiki/rest/api/settings/lookandfeel/custom
      operations:
      - name: atlassianupdatelookandfeelsettings
        method: POST
        description: Atlassian Update Look And Feel Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: query
          type: string
          description: The key of the space for which the look and feel settings will be
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassianresetlookandfeelsettings
        method: DELETE
        description: Atlassian Reset Look And Feel Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: query
          type: string
          description: The key of the space for which the look and feel settings will be
    - name: wiki-rest-api-settings-lookandfeel-selected
      path: /wiki/rest/api/settings/lookandfeel/selected
      operations:
      - name: atlassiansetlookandfeelsettings
        method: PUT
        description: Atlassian Set Look And Feel Settings
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: query
          type: string
          description: The key of the space for which the look and feel settings will be
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: wiki-rest-api-settings-systemInfo
      path: /wiki/rest/api/settings/systemInfo
      operations:
      - name: atlassiangetsysteminfo
        method: GET
        description: Atlassian Get System Info
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: wiki-rest-api-settings--settings-rest
    port: 8080
    description: REST adapter for Atlassian wiki/rest/api/settings/ — Settings. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/settings/lookandfeel
      name: wiki-rest-api-settings-lookandfeel
      description: REST surface for wiki-rest-api-settings-lookandfeel.
      operations:
      - method: GET
        name: atlassiangetlookandfeelsettings
        description: Atlassian Get Look And Feel Settings
        call: wiki-rest-api-settings--settings.atlassiangetlookandfeelsettings
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatelookandfeel
        description: Atlassian Select Look And Feel Settings
        call: wiki-rest-api-settings--settings.atlassianupdatelookandfeel
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/settings/lookandfeel/custom
      name: wiki-rest-api-settings-lookandfeel-custom
      description: REST surface for wiki-rest-api-settings-lookandfeel-custom.
      operations:
      - method: POST
        name: atlassianupdatelookandfeelsettings
        description: Atlassian Update Look And Feel Settings
        call: wiki-rest-api-settings--settings.atlassianupdatelookandfeelsettings
        with:
          spaceKey: rest.spaceKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassianresetlookandfeelsettings
        description: Atlassian Reset Look And Feel Settings
        call: wiki-rest-api-settings--settings.atlassianresetlookandfeelsettings
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/settings/lookandfeel/selected
      name: wiki-rest-api-settings-lookandfeel-selected
      description: REST surface for wiki-rest-api-settings-lookandfeel-selected.
      operations:
      - method: PUT
        name: atlassiansetlookandfeelsettings
        description: Atlassian Set Look And Feel Settings
        call: wiki-rest-api-settings--settings.atlassiansetlookandfeelsettings
        with:
          spaceKey: rest.spaceKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/settings/systeminfo
      name: wiki-rest-api-settings-systeminfo
      description: REST surface for wiki-rest-api-settings-systemInfo.
      operations:
      - method: GET
        name: atlassiangetsysteminfo
        description: Atlassian Get System Info
        call: wiki-rest-api-settings--settings.atlassiangetsysteminfo
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wiki-rest-api-settings--settings-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian wiki/rest/api/settings/ — Settings. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-look-and-feel
      description: Atlassian Get Look And Feel Settings
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-settings--settings.atlassiangetlookandfeelsettings
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-select-look-and-feel
      description: Atlassian Select Look And Feel Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: wiki-rest-api-settings--settings.atlassianupdatelookandfeel
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-look-and-feel
      description: Atlassian Update Look And Feel Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: wiki-rest-api-settings--settings.atlassianupdatelookandfeelsettings
      with:
        spaceKey: tools.spaceKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-reset-look-and-feel
      description: Atlassian Reset Look And Feel Settings
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: wiki-rest-api-settings--settings.atlassianresetlookandfeelsettings
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-look-and-feel
      description: Atlassian Set Look And Feel Settings
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: wiki-rest-api-settings--settings.atlassiansetlookandfeelsettings
      with:
        spaceKey: tools.spaceKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-system-info
      description: Atlassian Get System Info
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-settings--settings.atlassiangetsysteminfo
      outputParameters:
      - type: object
        mapping: $.