naftiko: 1.0.0-alpha2 info: label: Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Invoices description: 'Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Invoices. 5 operations. Lead operation: Oracle Fusion Cloud Applications List invoices. Self-contained Naftiko capability covering one Oracle Fusion business surface.' tags: - Oracle Fusion - Invoices 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: erp-invoices baseUri: https://{instance}.oraclecloud.com description: Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Invoices business capability. Self-contained, no shared references. resources: - name: fscmRestApi-resources-11.13.18.05-invoices path: /fscmRestApi/resources/11.13.18.05/invoices operations: - name: listinvoices method: GET description: Oracle Fusion Cloud Applications List invoices outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createinvoice method: POST description: Oracle Fusion Cloud Applications Create an invoice 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-invoices-InvoiceId path: /fscmRestApi/resources/11.13.18.05/invoices/{InvoiceId} operations: - name: getinvoice method: GET description: Oracle Fusion Cloud Applications Get an invoice outputRawFormat: json outputParameters: - name: result type: object value: $. - name: updateinvoice method: PATCH description: Oracle Fusion Cloud Applications Update an invoice outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: deleteinvoice method: DELETE description: Oracle Fusion Cloud Applications Delete an invoice outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.ORACLE_FUSION_API_KEY}}' exposes: - type: rest namespace: erp-invoices-rest port: 8080 description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Invoices. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/fscmrestapi/resources/11-13-18-05/invoices name: fscmrestapi-resources-11-13-18-05-invoices description: REST surface for fscmRestApi-resources-11.13.18.05-invoices. operations: - method: GET name: listinvoices description: Oracle Fusion Cloud Applications List invoices call: erp-invoices.listinvoices outputParameters: - type: object mapping: $. - method: POST name: createinvoice description: Oracle Fusion Cloud Applications Create an invoice call: erp-invoices.createinvoice with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/fscmrestapi/resources/11-13-18-05/invoices/{invoiceid} name: fscmrestapi-resources-11-13-18-05-invoices-invoiceid description: REST surface for fscmRestApi-resources-11.13.18.05-invoices-InvoiceId. operations: - method: GET name: getinvoice description: Oracle Fusion Cloud Applications Get an invoice call: erp-invoices.getinvoice outputParameters: - type: object mapping: $. - method: PATCH name: updateinvoice description: Oracle Fusion Cloud Applications Update an invoice call: erp-invoices.updateinvoice with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: deleteinvoice description: Oracle Fusion Cloud Applications Delete an invoice call: erp-invoices.deleteinvoice outputParameters: - type: object mapping: $. - type: mcp namespace: erp-invoices-mcp port: 9090 transport: http description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion Cloud ERP REST API — Invoices. 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 invoices hints: readOnly: true destructive: false idempotent: true call: erp-invoices.listinvoices outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-create description: Oracle Fusion Cloud Applications Create an invoice hints: readOnly: false destructive: false idempotent: false call: erp-invoices.createinvoice with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-get description: Oracle Fusion Cloud Applications Get an invoice hints: readOnly: true destructive: false idempotent: true call: erp-invoices.getinvoice outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-update description: Oracle Fusion Cloud Applications Update an invoice hints: readOnly: false destructive: false idempotent: true call: erp-invoices.updateinvoice with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-delete description: Oracle Fusion Cloud Applications Delete an invoice hints: readOnly: false destructive: true idempotent: true call: erp-invoices.deleteinvoice outputParameters: - type: object mapping: $.