TM Forum · Capability

Product Catalog Management — exportJob

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

Run with Naftiko Tm ForumexportJob

What You Can Do

GET
Listexportjob — TM Forum List or Find ExportJob Objects
/v1/exportjob
POST
Createexportjob — TM Forum Creates a ExportJob
/v1/exportjob
GET
Retrieveexportjob — TM Forum Retrieves a ExportJob by ID
/v1/exportjob/{id}
DELETE
Deleteexportjob — TM Forum Deletes a ExportJob
/v1/exportjob/{id}

MCP Tools

tm-forum-list-find-exportjob

TM Forum List or Find ExportJob Objects

read-only idempotent
tm-forum-creates-exportjob

TM Forum Creates a ExportJob

tm-forum-retrieves-exportjob-id

TM Forum Retrieves a ExportJob by ID

read-only idempotent
tm-forum-deletes-exportjob

TM Forum Deletes a ExportJob

idempotent

Capability Spec

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