Atlassian · Capability

Atlassian wiki/rest/api/space/ — Themes

Atlassian wiki/rest/api/space/ — Themes. 3 operations. Lead operation: Atlassian Get Space Theme. Self-contained Naftiko capability covering one Atlassian business surface.

Run with Naftiko AtlassianThemes

What You Can Do

GET
Atlassiangetspacetheme — Atlassian Get Space Theme
/v1/wiki/rest/api/space/{spacekey}/theme
PUT
Atlassiansetspacetheme — Atlassian Set Space Theme
/v1/wiki/rest/api/space/{spacekey}/theme
DELETE
Atlassianresetspacetheme — Atlassian Reset Space Theme
/v1/wiki/rest/api/space/{spacekey}/theme

MCP Tools

atlassian-get-space-theme

Atlassian Get Space Theme

read-only idempotent
atlassian-set-space-theme

Atlassian Set Space Theme

idempotent
atlassian-reset-space-theme

Atlassian Reset Space Theme

idempotent

Capability Spec

wiki-rest-api-space--themes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian wiki/rest/api/space/ — Themes
  description: 'Atlassian wiki/rest/api/space/ — Themes. 3 operations. Lead operation: Atlassian Get Space Theme. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Themes
  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-space--themes
    baseUri: ''
    description: Atlassian wiki/rest/api/space/ — Themes business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-space-spaceKey-theme
      path: /wiki/rest/api/space/{spaceKey}/theme
      operations:
      - name: atlassiangetspacetheme
        method: GET
        description: Atlassian Get Space Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to be queried for its theme.
          required: true
      - name: atlassiansetspacetheme
        method: PUT
        description: Atlassian Set Space Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to set the theme for.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassianresetspacetheme
        method: DELETE
        description: Atlassian Reset Space Theme
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to reset the theme for.
          required: true
  exposes:
  - type: rest
    namespace: wiki-rest-api-space--themes-rest
    port: 8080
    description: REST adapter for Atlassian wiki/rest/api/space/ — Themes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/space/{spacekey}/theme
      name: wiki-rest-api-space-spacekey-theme
      description: REST surface for wiki-rest-api-space-spaceKey-theme.
      operations:
      - method: GET
        name: atlassiangetspacetheme
        description: Atlassian Get Space Theme
        call: wiki-rest-api-space--themes.atlassiangetspacetheme
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassiansetspacetheme
        description: Atlassian Set Space Theme
        call: wiki-rest-api-space--themes.atlassiansetspacetheme
        with:
          spaceKey: rest.spaceKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassianresetspacetheme
        description: Atlassian Reset Space Theme
        call: wiki-rest-api-space--themes.atlassianresetspacetheme
        with:
          spaceKey: rest.spaceKey
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wiki-rest-api-space--themes-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian wiki/rest/api/space/ — Themes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: atlassian-get-space-theme
      description: Atlassian Get Space Theme
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--themes.atlassiangetspacetheme
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-set-space-theme
      description: Atlassian Set Space Theme
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--themes.atlassiansetspacetheme
      with:
        spaceKey: tools.spaceKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-reset-space-theme
      description: Atlassian Reset Space Theme
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: wiki-rest-api-space--themes.atlassianresetspacetheme
      with:
        spaceKey: tools.spaceKey
      outputParameters:
      - type: object
        mapping: $.