naftiko: 1.0.0-alpha2 info: label: Atlassian rest/api/3/project/ — Project Properties description: 'Atlassian rest/api/3/project/ — Project Properties. 4 operations. Lead operation: Atlassian Get Project Property Keys. Self-contained Naftiko capability covering one Atlassian business surface.' tags: - Atlassian - Project Properties created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ATLASSIAN_API_KEY: ATLASSIAN_API_KEY capability: consumes: - type: http namespace: rest-api-3-project--project-properties baseUri: https://your-domain.atlassian.net description: Atlassian rest/api/3/project/ — Project Properties business capability. Self-contained, no shared references. resources: - name: rest-api-3-project-projectIdOrKey-properties path: /rest/api/3/project/{projectIdOrKey}/properties operations: - name: atlassiangetprojectpropertykeys method: GET description: Atlassian Get Project Property Keys outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectIdOrKey in: path type: string description: The project ID or project key (case sensitive). required: true - name: rest-api-3-project-projectIdOrKey-properties-propertyKey path: /rest/api/3/project/{projectIdOrKey}/properties/{propertyKey} operations: - name: atlassiandeleteprojectproperty method: DELETE description: Atlassian Delete Project Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectIdOrKey in: path type: string description: The project ID or project key (case sensitive). required: true - name: propertyKey in: path type: string description: The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys. required: true - name: atlassiangetprojectproperty method: GET description: Atlassian Get Project Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectIdOrKey in: path type: string description: The project ID or project key (case sensitive). required: true - name: propertyKey in: path type: string description: The project property key. Use [Get project property keys](#api-rest-api-3-project-projectIdOrKey-properties-get) to get a list of all project property keys. required: true - name: atlassiansetprojectproperty method: PUT description: Atlassian Set Project Property outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: projectIdOrKey in: path type: string description: The project ID or project key (case sensitive). required: true - name: propertyKey in: path type: string description: The key of the project property. The maximum length is 255 characters. required: true - name: body in: body type: object description: Request body (JSON). required: true exposes: - type: rest namespace: rest-api-3-project--project-properties-rest port: 8080 description: REST adapter for Atlassian rest/api/3/project/ — Project Properties. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/3/project/{projectidorkey}/properties name: rest-api-3-project-projectidorkey-properties description: REST surface for rest-api-3-project-projectIdOrKey-properties. operations: - method: GET name: atlassiangetprojectpropertykeys description: Atlassian Get Project Property Keys call: rest-api-3-project--project-properties.atlassiangetprojectpropertykeys with: projectIdOrKey: rest.projectIdOrKey outputParameters: - type: object mapping: $. - path: /v1/api/3/project/{projectidorkey}/properties/{propertykey} name: rest-api-3-project-projectidorkey-properties-propertykey description: REST surface for rest-api-3-project-projectIdOrKey-properties-propertyKey. operations: - method: DELETE name: atlassiandeleteprojectproperty description: Atlassian Delete Project Property call: rest-api-3-project--project-properties.atlassiandeleteprojectproperty with: projectIdOrKey: rest.projectIdOrKey propertyKey: rest.propertyKey outputParameters: - type: object mapping: $. - method: GET name: atlassiangetprojectproperty description: Atlassian Get Project Property call: rest-api-3-project--project-properties.atlassiangetprojectproperty with: projectIdOrKey: rest.projectIdOrKey propertyKey: rest.propertyKey outputParameters: - type: object mapping: $. - method: PUT name: atlassiansetprojectproperty description: Atlassian Set Project Property call: rest-api-3-project--project-properties.atlassiansetprojectproperty with: projectIdOrKey: rest.projectIdOrKey propertyKey: rest.propertyKey body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: rest-api-3-project--project-properties-mcp port: 9090 transport: http description: MCP adapter for Atlassian rest/api/3/project/ — Project Properties. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: atlassian-get-project-property-keys description: Atlassian Get Project Property Keys hints: readOnly: true destructive: false idempotent: true call: rest-api-3-project--project-properties.atlassiangetprojectpropertykeys with: projectIdOrKey: tools.projectIdOrKey outputParameters: - type: object mapping: $. - name: atlassian-delete-project-property description: Atlassian Delete Project Property hints: readOnly: false destructive: true idempotent: true call: rest-api-3-project--project-properties.atlassiandeleteprojectproperty with: projectIdOrKey: tools.projectIdOrKey propertyKey: tools.propertyKey outputParameters: - type: object mapping: $. - name: atlassian-get-project-property description: Atlassian Get Project Property hints: readOnly: true destructive: false idempotent: true call: rest-api-3-project--project-properties.atlassiangetprojectproperty with: projectIdOrKey: tools.projectIdOrKey propertyKey: tools.propertyKey outputParameters: - type: object mapping: $. - name: atlassian-set-project-property description: Atlassian Set Project Property hints: readOnly: false destructive: false idempotent: true call: rest-api-3-project--project-properties.atlassiansetprojectproperty with: projectIdOrKey: tools.projectIdOrKey propertyKey: tools.propertyKey body: tools.body outputParameters: - type: object mapping: $.