TM Forum · Capability

Product Catalog Management — productSpecification

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

Run with Naftiko Tm ForumproductSpecification

What You Can Do

GET
Listproductspecification — TM Forum List or Find ProductSpecification Objects
/v1/productspecification
POST
Createproductspecification — TM Forum Creates a ProductSpecification
/v1/productspecification
GET
Retrieveproductspecification — TM Forum Retrieves a ProductSpecification by ID
/v1/productspecification/{id}
PATCH
Patchproductspecification — TM Forum Updates Partially a ProductSpecification
/v1/productspecification/{id}
DELETE
Deleteproductspecification — TM Forum Deletes a ProductSpecification
/v1/productspecification/{id}

MCP Tools

tm-forum-list-find-productspecification

TM Forum List or Find ProductSpecification Objects

read-only idempotent
tm-forum-creates-productspecification

TM Forum Creates a ProductSpecification

tm-forum-retrieves-productspecification-id

TM Forum Retrieves a ProductSpecification by ID

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

TM Forum Updates Partially a ProductSpecification

idempotent
tm-forum-deletes-productspecification

TM Forum Deletes a ProductSpecification

idempotent

Capability Spec

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