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