naftiko: 1.0.0-alpha2 info: label: Oracle Fusion Cloud Applications Oracle Fusion Project Management REST API — Awards description: 'Oracle Fusion Cloud Applications Oracle Fusion Project Management REST API — Awards. 4 operations. Lead operation: Oracle Fusion Cloud Applications List awards. Self-contained Naftiko capability covering one Oracle Fusion business surface.' tags: - Oracle Fusion - Awards created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: ORACLE_FUSION_API_KEY: ORACLE_FUSION_API_KEY capability: consumes: - type: http namespace: project-management-awards baseUri: https://{instance}.oraclecloud.com description: Oracle Fusion Cloud Applications Oracle Fusion Project Management REST API — Awards business capability. Self-contained, no shared references. resources: - name: fscmRestApi-resources-11.13.18.05-awards path: /fscmRestApi/resources/11.13.18.05/awards operations: - name: listawards method: GET description: Oracle Fusion Cloud Applications List awards outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createaward method: POST description: Oracle Fusion Cloud Applications Create an award outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: fscmRestApi-resources-11.13.18.05-awards-AwardId path: /fscmRestApi/resources/11.13.18.05/awards/{AwardId} operations: - name: getaward method: GET description: Oracle Fusion Cloud Applications Get an award outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: AwardId in: path type: integer description: Award unique identifier required: true - name: updateaward method: PATCH description: Oracle Fusion Cloud Applications Update an award outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: AwardId in: path type: integer required: true - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.ORACLE_FUSION_API_KEY}}' exposes: - type: rest namespace: project-management-awards-rest port: 8080 description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion Project Management REST API — Awards. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/fscmrestapi/resources/11-13-18-05/awards name: fscmrestapi-resources-11-13-18-05-awards description: REST surface for fscmRestApi-resources-11.13.18.05-awards. operations: - method: GET name: listawards description: Oracle Fusion Cloud Applications List awards call: project-management-awards.listawards outputParameters: - type: object mapping: $. - method: POST name: createaward description: Oracle Fusion Cloud Applications Create an award call: project-management-awards.createaward with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/fscmrestapi/resources/11-13-18-05/awards/{awardid} name: fscmrestapi-resources-11-13-18-05-awards-awardid description: REST surface for fscmRestApi-resources-11.13.18.05-awards-AwardId. operations: - method: GET name: getaward description: Oracle Fusion Cloud Applications Get an award call: project-management-awards.getaward with: AwardId: rest.AwardId outputParameters: - type: object mapping: $. - method: PATCH name: updateaward description: Oracle Fusion Cloud Applications Update an award call: project-management-awards.updateaward with: AwardId: rest.AwardId body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: project-management-awards-mcp port: 9090 transport: http description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion Project Management REST API — Awards. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: oracle-fusion-cloud-applications-list description: Oracle Fusion Cloud Applications List awards hints: readOnly: true destructive: false idempotent: true call: project-management-awards.listawards outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-create description: Oracle Fusion Cloud Applications Create an award hints: readOnly: false destructive: false idempotent: false call: project-management-awards.createaward with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-get description: Oracle Fusion Cloud Applications Get an award hints: readOnly: true destructive: false idempotent: true call: project-management-awards.getaward with: AwardId: tools.AwardId outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-update description: Oracle Fusion Cloud Applications Update an award hints: readOnly: false destructive: false idempotent: true call: project-management-awards.updateaward with: AwardId: tools.AwardId body: tools.body outputParameters: - type: object mapping: $.