naftiko: 1.0.0-alpha2 info: label: IXON API — RoleList description: 'IXON API — RoleList. 4 operations. Lead operation: RoleList. Self-contained Naftiko capability covering one Ixon business surface.' tags: - Ixon - RoleList created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: IXON_API_KEY: IXON_API_KEY capability: consumes: - type: http namespace: ixon-rolelist baseUri: https://portal.ixon.cloud:443/api description: IXON API — RoleList business capability. Self-contained, no shared references. resources: - name: roles path: /roles operations: - name: get method: GET description: RoleList outputRawFormat: json outputParameters: - name: result type: object value: $. - name: patch method: PATCH description: RoleList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: post method: POST description: RoleList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true - name: delete method: DELETE description: RoleList outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: true authentication: type: bearer token: '{{env.IXON_API_KEY}}' exposes: - type: rest namespace: ixon-rolelist-rest port: 8080 description: REST adapter for IXON API — RoleList. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/roles name: roles description: REST surface for roles. operations: - method: GET name: get description: RoleList call: ixon-rolelist.get outputParameters: - type: object mapping: $. - method: PATCH name: patch description: RoleList call: ixon-rolelist.patch with: body: rest.body outputParameters: - type: object mapping: $. - method: POST name: post description: RoleList call: ixon-rolelist.post with: body: rest.body outputParameters: - type: object mapping: $. - method: DELETE name: delete description: RoleList call: ixon-rolelist.delete with: body: rest.body outputParameters: - type: object mapping: $. - type: mcp namespace: ixon-rolelist-mcp port: 9090 transport: http description: MCP adapter for IXON API — RoleList. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: rolelist description: RoleList hints: readOnly: true destructive: false idempotent: true call: ixon-rolelist.get outputParameters: - type: object mapping: $. - name: rolelist-2 description: RoleList hints: readOnly: false destructive: false idempotent: true call: ixon-rolelist.patch with: body: tools.body outputParameters: - type: object mapping: $. - name: rolelist-3 description: RoleList hints: readOnly: false destructive: false idempotent: false call: ixon-rolelist.post with: body: tools.body outputParameters: - type: object mapping: $. - name: rolelist-4 description: RoleList hints: readOnly: false destructive: true idempotent: true call: ixon-rolelist.delete with: body: tools.body outputParameters: - type: object mapping: $.