Atlassian · Capability

Atlassian wiki/rest/api/space/ — Experimental

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

Run with Naftiko AtlassianExperimental

What You Can Do

GET
Atlassiangetlabelsforspace — Atlassian Get Space Labels
/v1/wiki/rest/api/space/{spacekey}/label
POST
Atlassianaddlabelstospace — Atlassian Add Labels To A Space
/v1/wiki/rest/api/space/{spacekey}/label
DELETE
Atlassiandeletelabelfromspace — Atlassian Remove Label From A Space
/v1/wiki/rest/api/space/{spacekey}/label

MCP Tools

atlassian-get-space-labels

Atlassian Get Space Labels

read-only idempotent
atlassian-add-labels-space

Atlassian Add Labels To A Space

atlassian-remove-label-space

Atlassian Remove Label From A Space

idempotent

Capability Spec

wiki-rest-api-space--experimental.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian wiki/rest/api/space/ — Experimental
  description: 'Atlassian wiki/rest/api/space/ — Experimental. 3 operations. Lead operation: Atlassian Get Space Labels. Self-contained
    Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Experimental
  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--experimental
    baseUri: ''
    description: Atlassian wiki/rest/api/space/ — Experimental business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-space-spaceKey-label
      path: /wiki/rest/api/space/{spaceKey}/label
      operations:
      - name: atlassiangetlabelsforspace
        method: GET
        description: Atlassian Get Space Labels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to get labels for.
          required: true
        - name: prefix
          in: query
          type: string
          description: Filters the results to labels with the specified prefix. If this parameter
        - name: start
          in: query
          type: integer
          description: The starting index of the returned labels.
        - name: limit
          in: query
          type: integer
          description: The maximum number of labels to return per page. Note,
      - name: atlassianaddlabelstospace
        method: POST
        description: Atlassian Add Labels To A Space
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to add labels to.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassiandeletelabelfromspace
        method: DELETE
        description: Atlassian Remove Label From A Space
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space to remove a labels from.
          required: true
        - name: name
          in: query
          type: string
          description: The name of the label to remove
          required: true
        - name: prefix
          in: query
          type: string
          description: The prefix of the label to remove. If not provided defaults to global.
  exposes:
  - type: rest
    namespace: wiki-rest-api-space--experimental-rest
    port: 8080
    description: REST adapter for Atlassian wiki/rest/api/space/ — Experimental. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/space/{spacekey}/label
      name: wiki-rest-api-space-spacekey-label
      description: REST surface for wiki-rest-api-space-spaceKey-label.
      operations:
      - method: GET
        name: atlassiangetlabelsforspace
        description: Atlassian Get Space Labels
        call: wiki-rest-api-space--experimental.atlassiangetlabelsforspace
        with:
          spaceKey: rest.spaceKey
          prefix: rest.prefix
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassianaddlabelstospace
        description: Atlassian Add Labels To A Space
        call: wiki-rest-api-space--experimental.atlassianaddlabelstospace
        with:
          spaceKey: rest.spaceKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassiandeletelabelfromspace
        description: Atlassian Remove Label From A Space
        call: wiki-rest-api-space--experimental.atlassiandeletelabelfromspace
        with:
          spaceKey: rest.spaceKey
          name: rest.name
          prefix: rest.prefix
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wiki-rest-api-space--experimental-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian wiki/rest/api/space/ — Experimental. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: atlassian-get-space-labels
      description: Atlassian Get Space Labels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--experimental.atlassiangetlabelsforspace
      with:
        spaceKey: tools.spaceKey
        prefix: tools.prefix
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-add-labels-space
      description: Atlassian Add Labels To A Space
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: wiki-rest-api-space--experimental.atlassianaddlabelstospace
      with:
        spaceKey: tools.spaceKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-remove-label-space
      description: Atlassian Remove Label From A Space
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: wiki-rest-api-space--experimental.atlassiandeletelabelfromspace
      with:
        spaceKey: tools.spaceKey
        name: tools.name
        prefix: tools.prefix
      outputParameters:
      - type: object
        mapping: $.