naftiko: 1.0.0-alpha2 info: label: Atlassian The Jira Cloud platform REST API — App Properties description: 'Atlassian The Jira Cloud platform REST API — App Properties. 6 operations. Lead operation: Atlassian Get App Properties. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - App Properties created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: jira-app-properties baseUri: https://your-domain.atlassian.net description: Atlassian The Jira Cloud platform REST API — App Properties business capability. Self-contained, no shared references. resources: - name: rest-atlassian-connect-1-addons-addonKey-properties path: /rest/atlassian-connect/1/addons/{addonKey}/properties operations: - name: atlassianaddonpropertiesresourcegetaddonpropertiesget method: GET description: Atlassian Get App Properties outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: addonKey in: path type: string description: The key of the app, as defined in its descriptor. required: true - name: rest-atlassian-connect-1-addons-addonKey-properties-propertyKey path: /rest/atlassian-connect/1/addons/{addonKey}/properties/{propertyKey} operations: - name: atlassianaddonpropertiesresourcedeleteaddonpropertydelete method: DELETE description: Atlassian Delete App Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: addonKey in: path type: string description: The key of the app, as defined in its descriptor. required: true - name: propertyKey in: path type: string description: The key of the property. required: true - name: atlassianaddonpropertiesresourcegetaddonpropertyget method: GET description: Atlassian Get App Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: addonKey in: path type: string description: The key of the app, as defined in its descriptor. required: true - name: propertyKey in: path type: string description: The key of the property. required: true - name: atlassianaddonpropertiesresourceputaddonpropertyput method: PUT description: Atlassian Set App Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: addonKey in: path type: string description: The key of the app, as defined in its descriptor. required: true - name: propertyKey in: path type: string description: The key of the property. required: true - name: body in: body type: object description: Request body (JSON). required: true - name: rest-forge-1-app-properties-propertyKey path: /rest/forge/1/app/properties/{propertyKey} operations: - name: atlassianaddonpropertiesresourcedeleteapppropertydelete method: DELETE description: Atlassian Delete App Property Forge outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: propertyKey in: path type: string description: The key of the property. required: true - name: atlassianaddonpropertiesresourceputapppropertyput method: PUT description: Atlassian Set App Property Forge outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: propertyKey in: path type: string description: The key of the property. required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.ATLASSIAN_API_KEY}}' exposes: - type: rest namespace: jira-app-properties-rest port: 8080 description: REST adapter for Atlassian The Jira Cloud platform REST API — App Properties. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/atlassian-connect/1/addons/{addonkey}/properties name: rest-atlassian-connect-1-addons-addonkey-properties description: REST surface for rest-atlassian-connect-1-addons-addonKey-properties. operations: - method: GET name: atlassianaddonpropertiesresourcegetaddonpropertiesget description: Atlassian Get App Properties call: jira-app-properties.atlassianaddonpropertiesresourcegetaddonpropertiesget with: addonKey: rest.addonKey outputParameters: - type: object mapping: $. - path: /v1/atlassian-connect/1/addons/{addonkey}/properties/{propertykey} name: rest-atlassian-connect-1-addons-addonkey-properties-propertykey description: REST surface for rest-atlassian-connect-1-addons-addonKey-properties-propertyKey. operations: - method: DELETE name: atlassianaddonpropertiesresourcedeleteaddonpropertydelete description: Atlassian Delete App Property call: jira-app-properties.atlassianaddonpropertiesresourcedeleteaddonpropertydelete with: addonKey: rest.addonKey propertyKey: rest.propertyKey outputParameters: - type: object mapping: $. - method: GET name: atlassianaddonpropertiesresourcegetaddonpropertyget description: Atlassian Get App Property call: jira-app-properties.atlassianaddonpropertiesresourcegetaddonpropertyget with: addonKey: rest.addonKey propertyKey: rest.propertyKey outputParameters: - type: object mapping: $. - method: PUT name: atlassianaddonpropertiesresourceputaddonpropertyput description: Atlassian Set App Property call: jira-app-properties.atlassianaddonpropertiesresourceputaddonpropertyput with: addonKey: rest.addonKey propertyKey: rest.propertyKey body: rest.body outputParameters: - type: object mapping: $. - path: /v1/forge/1/app/properties/{propertykey} name: rest-forge-1-app-properties-propertykey description: REST surface for rest-forge-1-app-properties-propertyKey. operations: - method: DELETE name: atlassianaddonpropertiesresourcedeleteapppropertydelete description: Atlassian Delete App Property Forge call: jira-app-properties.atlassianaddonpropertiesresourcedeleteapppropertydelete with: propertyKey: rest.propertyKey outputParameters: - type: object mapping: $. - method: PUT name: atlassianaddonpropertiesresourceputapppropertyput description: Atlassian Set App Property Forge call: jira-app-properties.atlassianaddonpropertiesresourceputapppropertyput with: propertyKey: rest.propertyKey body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: jira-app-properties-mcp port: 9090 transport: http description: MCP adapter for Atlassian The Jira Cloud platform REST API — App Properties. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-app-properties description: Atlassian Get App Properties hints: readOnly: true destructive: false idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourcegetaddonpropertiesget with: addonKey: tools.addonKey outputParameters: - type: object mapping: $. - name: atlassian-delete-app-property description: Atlassian Delete App Property hints: readOnly: false destructive: true idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourcedeleteaddonpropertydelete with: addonKey: tools.addonKey propertyKey: tools.propertyKey outputParameters: - type: object mapping: $. - name: atlassian-get-app-property description: Atlassian Get App Property hints: readOnly: true destructive: false idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourcegetaddonpropertyget with: addonKey: tools.addonKey propertyKey: tools.propertyKey outputParameters: - type: object mapping: $. - name: atlassian-set-app-property description: Atlassian Set App Property hints: readOnly: false destructive: false idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourceputaddonpropertyput with: addonKey: tools.addonKey propertyKey: tools.propertyKey body: tools.body outputParameters: - type: object mapping: $. - name: atlassian-delete-app-property-forge description: Atlassian Delete App Property Forge hints: readOnly: false destructive: true idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourcedeleteapppropertydelete with: propertyKey: tools.propertyKey outputParameters: - type: object mapping: $. - name: atlassian-set-app-property-forge description: Atlassian Set App Property Forge hints: readOnly: false destructive: false idempotent: true call: jira-app-properties.atlassianaddonpropertiesresourceputapppropertyput with: propertyKey: tools.propertyKey body: tools.body outputParameters: - type: object mapping: $.