Atlassian · Capability

Atlassian wiki/rest/api/space/ — Space Properties

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

Run with Naftiko AtlassianSpace Properties

What You Can Do

GET
Atlassiangetspaceproperties — Atlassian Get Space Properties
/v1/wiki/rest/api/space/{spacekey}/property
POST
Atlassiancreatespaceproperty — Atlassian Create Space Property
/v1/wiki/rest/api/space/{spacekey}/property
GET
Atlassiangetspaceproperty — Atlassian Get Space Property
/v1/wiki/rest/api/space/{spacekey}/property/{key}
PUT
Atlassianupdatespaceproperty — Atlassian Update Space Property
/v1/wiki/rest/api/space/{spacekey}/property/{key}
POST
Atlassiancreatespacepropertyforkey — Atlassian Create Space Property For Key
/v1/wiki/rest/api/space/{spacekey}/property/{key}
DELETE
Atlassiandeletespaceproperty — Atlassian Delete Space Property
/v1/wiki/rest/api/space/{spacekey}/property/{key}

MCP Tools

atlassian-get-space-properties

Atlassian Get Space Properties

read-only idempotent
atlassian-create-space-property

Atlassian Create Space Property

atlassian-get-space-property

Atlassian Get Space Property

read-only idempotent
atlassian-update-space-property

Atlassian Update Space Property

idempotent
atlassian-create-space-property-key

Atlassian Create Space Property For Key

atlassian-delete-space-property

Atlassian Delete Space Property

idempotent

Capability Spec

wiki-rest-api-space--space-properties.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Atlassian wiki/rest/api/space/ — Space Properties
  description: 'Atlassian wiki/rest/api/space/ — Space Properties. 6 operations. Lead operation: Atlassian Get Space Properties.
    Self-contained Naftiko capability covering one Atlassian business surface.'
  tags:
  - Atlassian
  - Space Properties
  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--space-properties
    baseUri: ''
    description: Atlassian wiki/rest/api/space/ — Space Properties business capability. Self-contained, no shared references.
    resources:
    - name: wiki-rest-api-space-spaceKey-property
      path: /wiki/rest/api/space/{spaceKey}/property
      operations:
      - name: atlassiangetspaceproperties
        method: GET
        description: Atlassian Get Space Properties
        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 properties.
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the space
        - name: start
          in: query
          type: integer
          description: The starting index of the returned objects.
        - name: limit
          in: query
          type: integer
          description: The maximum number of properties to return per page. Note, this may be
      - name: atlassiancreatespaceproperty
        method: POST
        description: Atlassian Create Space Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space that the property will be created in.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: wiki-rest-api-space-spaceKey-property-key
      path: /wiki/rest/api/space/{spaceKey}/property/{key}
      operations:
      - name: atlassiangetspaceproperty
        method: GET
        description: Atlassian Get Space Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space that the property is in.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the space property.
          required: true
        - name: expand
          in: query
          type: array
          description: A multi-value parameter indicating which properties of the space
      - name: atlassianupdatespaceproperty
        method: PUT
        description: Atlassian Update Space Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space that the property is in.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the property to be updated.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassiancreatespacepropertyforkey
        method: POST
        description: Atlassian Create Space Property For Key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space that the property will be created in.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the property to be created.
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: atlassiandeletespaceproperty
        method: DELETE
        description: Atlassian Delete Space Property
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceKey
          in: path
          type: string
          description: The key of the space that the property is in.
          required: true
        - name: key
          in: path
          type: string
          description: The key of the property to be deleted.
          required: true
  exposes:
  - type: rest
    namespace: wiki-rest-api-space--space-properties-rest
    port: 8080
    description: REST adapter for Atlassian wiki/rest/api/space/ — Space Properties. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wiki/rest/api/space/{spacekey}/property
      name: wiki-rest-api-space-spacekey-property
      description: REST surface for wiki-rest-api-space-spaceKey-property.
      operations:
      - method: GET
        name: atlassiangetspaceproperties
        description: Atlassian Get Space Properties
        call: wiki-rest-api-space--space-properties.atlassiangetspaceproperties
        with:
          spaceKey: rest.spaceKey
          expand: rest.expand
          start: rest.start
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreatespaceproperty
        description: Atlassian Create Space Property
        call: wiki-rest-api-space--space-properties.atlassiancreatespaceproperty
        with:
          spaceKey: rest.spaceKey
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/wiki/rest/api/space/{spacekey}/property/{key}
      name: wiki-rest-api-space-spacekey-property-key
      description: REST surface for wiki-rest-api-space-spaceKey-property-key.
      operations:
      - method: GET
        name: atlassiangetspaceproperty
        description: Atlassian Get Space Property
        call: wiki-rest-api-space--space-properties.atlassiangetspaceproperty
        with:
          spaceKey: rest.spaceKey
          key: rest.key
          expand: rest.expand
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: atlassianupdatespaceproperty
        description: Atlassian Update Space Property
        call: wiki-rest-api-space--space-properties.atlassianupdatespaceproperty
        with:
          spaceKey: rest.spaceKey
          key: rest.key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: atlassiancreatespacepropertyforkey
        description: Atlassian Create Space Property For Key
        call: wiki-rest-api-space--space-properties.atlassiancreatespacepropertyforkey
        with:
          spaceKey: rest.spaceKey
          key: rest.key
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: atlassiandeletespaceproperty
        description: Atlassian Delete Space Property
        call: wiki-rest-api-space--space-properties.atlassiandeletespaceproperty
        with:
          spaceKey: rest.spaceKey
          key: rest.key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: wiki-rest-api-space--space-properties-mcp
    port: 9090
    transport: http
    description: MCP adapter for Atlassian wiki/rest/api/space/ — Space Properties. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: atlassian-get-space-properties
      description: Atlassian Get Space Properties
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--space-properties.atlassiangetspaceproperties
      with:
        spaceKey: tools.spaceKey
        expand: tools.expand
        start: tools.start
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-space-property
      description: Atlassian Create Space Property
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: wiki-rest-api-space--space-properties.atlassiancreatespaceproperty
      with:
        spaceKey: tools.spaceKey
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-get-space-property
      description: Atlassian Get Space Property
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--space-properties.atlassiangetspaceproperty
      with:
        spaceKey: tools.spaceKey
        key: tools.key
        expand: tools.expand
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-update-space-property
      description: Atlassian Update Space Property
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: wiki-rest-api-space--space-properties.atlassianupdatespaceproperty
      with:
        spaceKey: tools.spaceKey
        key: tools.key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-create-space-property-key
      description: Atlassian Create Space Property For Key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: wiki-rest-api-space--space-properties.atlassiancreatespacepropertyforkey
      with:
        spaceKey: tools.spaceKey
        key: tools.key
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: atlassian-delete-space-property
      description: Atlassian Delete Space Property
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: wiki-rest-api-space--space-properties.atlassiandeletespaceproperty
      with:
        spaceKey: tools.spaceKey
        key: tools.key
      outputParameters:
      - type: object
        mapping: $.