naftiko: 1.0.0-alpha2 info: label: Atlassian The Confluence Cloud REST API — Space Properties description: 'Atlassian The Confluence Cloud REST API — 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: confluence-space-properties baseUri: '' description: Atlassian The Confluence Cloud REST API — 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 authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: confluence-space-properties-rest port: 8080 description: REST adapter for Atlassian The Confluence Cloud REST API — 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: confluence-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: confluence-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: confluence-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: confluence-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: confluence-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: confluence-space-properties.atlassiandeletespaceproperty with: spaceKey: rest.spaceKey key: rest.key outputParameters: - type: object mapping: $. - type: mcp namespace: confluence-space-properties-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Confluence Cloud REST API — 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: confluence-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: confluence-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: confluence-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: confluence-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: confluence-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: confluence-space-properties.atlassiandeletespaceproperty with: spaceKey: tools.spaceKey key: tools.key outputParameters: - type: object mapping: $.