naftiko: 1.0.0-alpha2 info: label: ProductOrdering — events subscription description: 'ProductOrdering — events subscription. 2 operations. Lead operation: TM Forum Create a Subscription (hub) to Receive Events. Self-contained Naftiko capability covering one Tm Forum business surface.' tags: - Tm Forum - events subscription created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: TM_FORUM_API_KEY: TM_FORUM_API_KEY capability: consumes: - type: http namespace: tmf622-product-ordering-events-subscription baseUri: https://serverRoot description: ProductOrdering — events subscription business capability. Self-contained, no shared references. resources: - name: hub path: /hub operations: - name: createhub method: POST description: TM Forum Create a Subscription (hub) to Receive Events outputRawFormat: json outputParameters: - name: result type: object value: $. inputParameters: - name: body in: body type: object description: Request body (JSON). required: false - name: hub-id path: /hub/{id} operations: - name: hubdelete method: DELETE description: TM Forum Remove a Subscription (hub) to Receive Events outputRawFormat: json outputParameters: - name: result type: object value: $. exposes: - type: rest namespace: tmf622-product-ordering-events-subscription-rest port: 8080 description: REST adapter for ProductOrdering — events subscription. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/hub name: hub description: REST surface for hub. operations: - method: POST name: createhub description: TM Forum Create a Subscription (hub) to Receive Events call: tmf622-product-ordering-events-subscription.createhub with: body: rest.body outputParameters: - type: object mapping: $. - path: /v1/hub/{id} name: hub-id description: REST surface for hub-id. operations: - method: DELETE name: hubdelete description: TM Forum Remove a Subscription (hub) to Receive Events call: tmf622-product-ordering-events-subscription.hubdelete outputParameters: - type: object mapping: $. - type: mcp namespace: tmf622-product-ordering-events-subscription-mcp port: 9090 transport: http description: MCP adapter for ProductOrdering — events subscription. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: tm-forum-create-subscription-hub description: TM Forum Create a Subscription (hub) to Receive Events hints: readOnly: false destructive: false idempotent: false call: tmf622-product-ordering-events-subscription.createhub with: body: tools.body outputParameters: - type: object mapping: $. - name: tm-forum-remove-subscription-hub description: TM Forum Remove a Subscription (hub) to Receive Events hints: readOnly: false destructive: true idempotent: true call: tmf622-product-ordering-events-subscription.hubdelete outputParameters: - type: object mapping: $.