TM Forum · Capability

Product Catalog Management — importJob

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

Run with Naftiko Tm ForumimportJob

What You Can Do

GET
Listimportjob — TM Forum List or Find ImportJob Objects
/v1/importjob
POST
Createimportjob — TM Forum Creates a ImportJob
/v1/importjob
GET
Retrieveimportjob — TM Forum Retrieves a ImportJob by ID
/v1/importjob/{id}
DELETE
Deleteimportjob — TM Forum Deletes a ImportJob
/v1/importjob/{id}

MCP Tools

tm-forum-list-find-importjob

TM Forum List or Find ImportJob Objects

read-only idempotent
tm-forum-creates-importjob

TM Forum Creates a ImportJob

tm-forum-retrieves-importjob-id

TM Forum Retrieves a ImportJob by ID

read-only idempotent
tm-forum-deletes-importjob

TM Forum Deletes a ImportJob

idempotent

Capability Spec

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