TM Forum · Capability

Customer Management — events subscription

Customer Management — events subscription. 3 operations. Lead operation: TM Forum Create a Subscription (hub) to Receive Events. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm Forumevents subscription

What You Can Do

POST
Createhub — TM Forum Create a Subscription (hub) to Receive Events
/v1/hub
GET
Hubget — TM Forum Retrieve a Subscription (hub)
/v1/hub/{id}
DELETE
Hubdelete — TM Forum Remove a Subscription (hub) to Receive Events
/v1/hub/{id}

MCP Tools

tm-forum-create-subscription-hub

TM Forum Create a Subscription (hub) to Receive Events

tm-forum-retrieve-subscription-hub

TM Forum Retrieve a Subscription (hub)

read-only idempotent
tm-forum-remove-subscription-hub

TM Forum Remove a Subscription (hub) to Receive Events

idempotent

Capability Spec

tmf629-customer-management-events-subscription.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Customer Management — events subscription
  description: 'Customer Management — events subscription. 3 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: tmf629-customer-management-events-subscription
    baseUri: ''
    description: Customer Management — 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: hubget
        method: GET
        description: TM Forum Retrieve a Subscription (hub)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - 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: tmf629-customer-management-events-subscription-rest
    port: 8080
    description: REST adapter for Customer Management — 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: tmf629-customer-management-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: GET
        name: hubget
        description: TM Forum Retrieve a Subscription (hub)
        call: tmf629-customer-management-events-subscription.hubget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: hubdelete
        description: TM Forum Remove a Subscription (hub) to Receive Events
        call: tmf629-customer-management-events-subscription.hubdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf629-customer-management-events-subscription-mcp
    port: 9090
    transport: http
    description: MCP adapter for Customer Management — 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: tmf629-customer-management-events-subscription.createhub
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-retrieve-subscription-hub
      description: TM Forum Retrieve a Subscription (hub)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf629-customer-management-events-subscription.hubget
      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: tmf629-customer-management-events-subscription.hubdelete
      outputParameters:
      - type: object
        mapping: $.