TM Forum · Capability

Product Catalog Management — productOffering

Product Catalog Management — productOffering. 5 operations. Lead operation: TM Forum List or Find ProductOffering Objects. Self-contained Naftiko capability covering one Tm Forum business surface.

Run with Naftiko Tm ForumproductOffering

What You Can Do

GET
Listproductoffering — TM Forum List or Find ProductOffering Objects
/v1/productoffering
POST
Createproductoffering — TM Forum Creates a ProductOffering
/v1/productoffering
GET
Retrieveproductoffering — TM Forum Retrieves a ProductOffering by ID
/v1/productoffering/{id}
PATCH
Patchproductoffering — TM Forum Updates Partially a ProductOffering
/v1/productoffering/{id}
DELETE
Deleteproductoffering — TM Forum Deletes a ProductOffering
/v1/productoffering/{id}

MCP Tools

tm-forum-list-find-productoffering

TM Forum List or Find ProductOffering Objects

read-only idempotent
tm-forum-creates-productoffering

TM Forum Creates a ProductOffering

tm-forum-retrieves-productoffering-id

TM Forum Retrieves a ProductOffering by ID

read-only idempotent
tm-forum-updates-partially-productoffering

TM Forum Updates Partially a ProductOffering

idempotent
tm-forum-deletes-productoffering

TM Forum Deletes a ProductOffering

idempotent

Capability Spec

tmf620-product-catalog-productoffering.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Product Catalog Management — productOffering
  description: 'Product Catalog Management — productOffering. 5 operations. Lead operation: TM Forum List or Find ProductOffering
    Objects. Self-contained Naftiko capability covering one Tm Forum business surface.'
  tags:
  - Tm Forum
  - productOffering
  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: tmf620-product-catalog-productoffering
    baseUri: https://serverRoot/productCatalogManagement/v5
    description: Product Catalog Management — productOffering business capability. Self-contained, no shared references.
    resources:
    - name: productOffering
      path: /productOffering
      operations:
      - name: listproductoffering
        method: GET
        description: TM Forum List or Find ProductOffering Objects
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createproductoffering
        method: POST
        description: TM Forum Creates a ProductOffering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: productOffering-id
      path: /productOffering/{id}
      operations:
      - name: retrieveproductoffering
        method: GET
        description: TM Forum Retrieves a ProductOffering by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: patchproductoffering
        method: PATCH
        description: TM Forum Updates Partially a ProductOffering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
      - name: deleteproductoffering
        method: DELETE
        description: TM Forum Deletes a ProductOffering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: tmf620-product-catalog-productoffering-rest
    port: 8080
    description: REST adapter for Product Catalog Management — productOffering. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/productoffering
      name: productoffering
      description: REST surface for productOffering.
      operations:
      - method: GET
        name: listproductoffering
        description: TM Forum List or Find ProductOffering Objects
        call: tmf620-product-catalog-productoffering.listproductoffering
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createproductoffering
        description: TM Forum Creates a ProductOffering
        call: tmf620-product-catalog-productoffering.createproductoffering
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/productoffering/{id}
      name: productoffering-id
      description: REST surface for productOffering-id.
      operations:
      - method: GET
        name: retrieveproductoffering
        description: TM Forum Retrieves a ProductOffering by ID
        call: tmf620-product-catalog-productoffering.retrieveproductoffering
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchproductoffering
        description: TM Forum Updates Partially a ProductOffering
        call: tmf620-product-catalog-productoffering.patchproductoffering
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteproductoffering
        description: TM Forum Deletes a ProductOffering
        call: tmf620-product-catalog-productoffering.deleteproductoffering
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tmf620-product-catalog-productoffering-mcp
    port: 9090
    transport: http
    description: MCP adapter for Product Catalog Management — productOffering. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: tm-forum-list-find-productoffering
      description: TM Forum List or Find ProductOffering Objects
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf620-product-catalog-productoffering.listproductoffering
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-creates-productoffering
      description: TM Forum Creates a ProductOffering
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: tmf620-product-catalog-productoffering.createproductoffering
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-retrieves-productoffering-id
      description: TM Forum Retrieves a ProductOffering by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tmf620-product-catalog-productoffering.retrieveproductoffering
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-updates-partially-productoffering
      description: TM Forum Updates Partially a ProductOffering
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: tmf620-product-catalog-productoffering.patchproductoffering
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: tm-forum-deletes-productoffering
      description: TM Forum Deletes a ProductOffering
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tmf620-product-catalog-productoffering.deleteproductoffering
      outputParameters:
      - type: object
        mapping: $.