naftiko: 1.0.0-alpha2 info: label: Oracle Fusion Cloud Applications Oracle Fusion CX Sales and Fusion Service REST API — Contacts description: 'Oracle Fusion Cloud Applications Oracle Fusion CX Sales and Fusion Service REST API — Contacts. 4 operations. Lead operation: Oracle Fusion Cloud Applications List contacts. Self-contained Naftiko capability covering one Oracle Fusion business surface.' tags: - Oracle Fusion - Contacts 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: cx-sales-contacts baseUri: https://{instance}.oraclecloud.com description: Oracle Fusion Cloud Applications Oracle Fusion CX Sales and Fusion Service REST API — Contacts business capability. Self-contained, no shared references. resources: - name: crmRestApi-resources-11.13.18.05-contacts path: /crmRestApi/resources/11.13.18.05/contacts operations: - name: listcontacts method: GET description: Oracle Fusion Cloud Applications List contacts outputRawFormat: json outputParameters: - name: result type: object value: $. - name: createcontact method: POST description: Oracle Fusion Cloud Applications Create a contact outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: crmRestApi-resources-11.13.18.05-contacts-PartyNumber path: /crmRestApi/resources/11.13.18.05/contacts/{PartyNumber} operations: - name: getcontact method: GET description: Oracle Fusion Cloud Applications Get a contact outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PartyNumber in: path type: string required: true - name: updatecontact method: PATCH description: Oracle Fusion Cloud Applications Update a contact outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: PartyNumber in: path type: string 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: cx-sales-contacts-rest port: 8080 description: REST adapter for Oracle Fusion Cloud Applications Oracle Fusion CX Sales and Fusion Service REST API — Contacts. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/crmrestapi/resources/11-13-18-05/contacts name: crmrestapi-resources-11-13-18-05-contacts description: REST surface for crmRestApi-resources-11.13.18.05-contacts. operations: - method: GET name: listcontacts description: Oracle Fusion Cloud Applications List contacts call: cx-sales-contacts.listcontacts outputParameters: - type: object mapping: $. - method: POST name: createcontact description: Oracle Fusion Cloud Applications Create a contact call: cx-sales-contacts.createcontact with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/crmrestapi/resources/11-13-18-05/contacts/{partynumber} name: crmrestapi-resources-11-13-18-05-contacts-partynumber description: REST surface for crmRestApi-resources-11.13.18.05-contacts-PartyNumber. operations: - method: GET name: getcontact description: Oracle Fusion Cloud Applications Get a contact call: cx-sales-contacts.getcontact with: PartyNumber: rest.PartyNumber outputParameters: - type: object mapping: $. - method: PATCH name: updatecontact description: Oracle Fusion Cloud Applications Update a contact call: cx-sales-contacts.updatecontact with: PartyNumber: rest.PartyNumber body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: cx-sales-contacts-mcp port: 9090 transport: http description: MCP adapter for Oracle Fusion Cloud Applications Oracle Fusion CX Sales and Fusion Service REST API — Contacts. 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 contacts hints: readOnly: true destructive: false idempotent: true call: cx-sales-contacts.listcontacts outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-create description: Oracle Fusion Cloud Applications Create a contact hints: readOnly: false destructive: false idempotent: false call: cx-sales-contacts.createcontact with: body: tools.body outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-get description: Oracle Fusion Cloud Applications Get a contact hints: readOnly: true destructive: false idempotent: true call: cx-sales-contacts.getcontact with: PartyNumber: tools.PartyNumber outputParameters: - type: object mapping: $. - name: oracle-fusion-cloud-applications-update description: Oracle Fusion Cloud Applications Update a contact hints: readOnly: false destructive: false idempotent: true call: cx-sales-contacts.updatecontact with: PartyNumber: tools.PartyNumber body: tools.body outputParameters: - type: object mapping: $.