TM Forum · Capability

Quote — notification listeners (client side)

Quote — notification listeners (client side). 5 operations. Lead operation: Client listener for entity QuoteAttributeValueChangeEvent. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm Forumnotification listeners (client side)

What You Can Do

POST
Listentoquoteattributevaluechangeevent — Client listener for entity QuoteAttributeValueChangeEvent
/v1/listener/quoteattributevaluechangeevent
POST
Listentoquotecreateevent — Client listener for entity QuoteCreateEvent
/v1/listener/quotecreateevent
POST
Listentoquotedeleteevent — Client listener for entity QuoteDeleteEvent
/v1/listener/quotedeleteevent
POST
Listentoquoteinformationrequiredevent — Client listener for entity QuoteInformationRequiredEvent
/v1/listener/quoteinformationrequiredevent
POST
Listentoquotestatechangeevent — Client listener for entity QuoteStateChangeEvent
/v1/listener/quotestatechangeevent

MCP Tools

client-listener-entity-quoteattributevaluechangeevent

Client listener for entity QuoteAttributeValueChangeEvent

client-listener-entity-quotecreateevent

Client listener for entity QuoteCreateEvent

client-listener-entity-quotedeleteevent

Client listener for entity QuoteDeleteEvent

client-listener-entity-quoteinformationrequiredevent

Client listener for entity QuoteInformationRequiredEvent

client-listener-entity-quotestatechangeevent

Client listener for entity QuoteStateChangeEvent

Capability Spec

tmf648-quote-management-notification-listeners-client-side.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Quote — notification listeners (client side)
  description: 'Quote — notification listeners (client side). 5 operations. Lead operation: Client listener for entity QuoteAttributeValueChangeEvent.
    Self-contained Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - notification listeners (client side)
  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: tmf648-quote-management-notification-listeners-client-side
    baseUri: https://serverRoot/tmf-api/quoteManagement/v4
    description: Quote — notification listeners (client side) business capability. Self-contained, no shared references.
    resources:
    - name: listener-quoteAttributeValueChangeEvent
      path: /listener/quoteAttributeValueChangeEvent
      operations:
      - name: listentoquoteattributevaluechangeevent
        method: POST
        description: Client listener for entity QuoteAttributeValueChangeEvent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: data
          in: body
          type: string
          description: The event data
          required: true
    - name: listener-quoteCreateEvent
      path: /listener/quoteCreateEvent
      operations:
      - name: listentoquotecreateevent
        method: POST
        description: Client listener for entity QuoteCreateEvent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: data
          in: body
          type: string
          description: The event data
          required: true
    - name: listener-quoteDeleteEvent
      path: /listener/quoteDeleteEvent
      operations:
      - name: listentoquotedeleteevent
        method: POST
        description: Client listener for entity QuoteDeleteEvent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: data
          in: body
          type: string
          description: The event data
          required: true
    - name: listener-quoteInformationRequiredEvent
      path: /listener/quoteInformationRequiredEvent
      operations:
      - name: listentoquoteinformationrequiredevent
        method: POST
        description: Client listener for entity QuoteInformationRequiredEvent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: data
          in: body
          type: string
          description: The event data
          required: true
    - name: listener-quoteStateChangeEvent
      path: /listener/quoteStateChangeEvent
      operations:
      - name: listentoquotestatechangeevent
        method: POST
        description: Client listener for entity QuoteStateChangeEvent
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: data
          in: body
          type: string
          description: The event data
          required: true
  exposes:
  - type: rest
    namespace: tmf648-quote-management-notification-listeners-client-side-rest
    port: 8080
    description: REST adapter for Quote — notification listeners (client side). One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/listener/quoteattributevaluechangeevent
      name: listener-quoteattributevaluechangeevent
      description: REST surface for listener-quoteAttributeValueChangeEvent.
      operations:
      - method: POST
        name: listentoquoteattributevaluechangeevent
        description: Client listener for entity QuoteAttributeValueChangeEvent
        call: tmf648-quote-management-notification-listeners-client-side.listentoquoteattributevaluechangeevent
        with:
          data: rest.data
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listener/quotecreateevent
      name: listener-quotecreateevent
      description: REST surface for listener-quoteCreateEvent.
      operations:
      - method: POST
        name: listentoquotecreateevent
        description: Client listener for entity QuoteCreateEvent
        call: tmf648-quote-management-notification-listeners-client-side.listentoquotecreateevent
        with:
          data: rest.data
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listener/quotedeleteevent
      name: listener-quotedeleteevent
      description: REST surface for listener-quoteDeleteEvent.
      operations:
      - method: POST
        name: listentoquotedeleteevent
        description: Client listener for entity QuoteDeleteEvent
        call: tmf648-quote-management-notification-listeners-client-side.listentoquotedeleteevent
        with:
          data: rest.data
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listener/quoteinformationrequiredevent
      name: listener-quoteinformationrequiredevent
      description: REST surface for listener-quoteInformationRequiredEvent.
      operations:
      - method: POST
        name: listentoquoteinformationrequiredevent
        description: Client listener for entity QuoteInformationRequiredEvent
        call: tmf648-quote-management-notification-listeners-client-side.listentoquoteinformationrequiredevent
        with:
          data: rest.data
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/listener/quotestatechangeevent
      name: listener-quotestatechangeevent
      description: REST surface for listener-quoteStateChangeEvent.
      operations:
      - method: POST
        name: listentoquotestatechangeevent
        description: Client listener for entity QuoteStateChangeEvent
        call: tmf648-quote-management-notification-listeners-client-side.listentoquotestatechangeevent
        with:
          data: rest.data
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf648-quote-management-notification-listeners-client-side-mcp
    port: 9090
    transport: http
    description: MCP adapter for Quote — notification listeners (client side). One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: client-listener-entity-quoteattributevaluechangeevent
      description: Client listener for entity QuoteAttributeValueChangeEvent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf648-quote-management-notification-listeners-client-side.listentoquoteattributevaluechangeevent
      with:
        data: tools.data
      outputParameters:
      - type: object
        mapping: $.
    - name: client-listener-entity-quotecreateevent
      description: Client listener for entity QuoteCreateEvent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf648-quote-management-notification-listeners-client-side.listentoquotecreateevent
      with:
        data: tools.data
      outputParameters:
      - type: object
        mapping: $.
    - name: client-listener-entity-quotedeleteevent
      description: Client listener for entity QuoteDeleteEvent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf648-quote-management-notification-listeners-client-side.listentoquotedeleteevent
      with:
        data: tools.data
      outputParameters:
      - type: object
        mapping: $.
    - name: client-listener-entity-quoteinformationrequiredevent
      description: Client listener for entity QuoteInformationRequiredEvent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf648-quote-management-notification-listeners-client-side.listentoquoteinformationrequiredevent
      with:
        data: tools.data
      outputParameters:
      - type: object
        mapping: $.
    - name: client-listener-entity-quotestatechangeevent
      description: Client listener for entity QuoteStateChangeEvent
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf648-quote-management-notification-listeners-client-side.listentoquotestatechangeevent
      with:
        data: tools.data
      outputParameters:
      - type: object
        mapping: $.