Zuora · Capability

API Reference — Data Labeling

API Reference — Data Labeling. 2 operations. Lead operation: Submit a data labeling job. Self-contained Naftiko capability covering one Zuora business surface.

Run with Naftiko ZuoraData Labeling

What You Can Do

POST
Postdatalabelingjob — Submit a data labeling job
/v1/v1/multi-organizations/data-labeling-job
GET
Getdatalabelingjob — Retrieve a data labeling job
/v1/v1/multi-organizations/data-labeling-job/{job-id}

MCP Tools

submit-data-labeling-job

Submit a data labeling job

retrieve-data-labeling-job

Retrieve a data labeling job

read-only idempotent

Capability Spec

v1-data-labeling.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: API Reference — Data Labeling
  description: 'API Reference — Data Labeling. 2 operations. Lead operation: Submit a data labeling job. Self-contained Naftiko
    capability covering one Zuora business surface.'
  tags:
  - Zuora
  - Data Labeling
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ZUORA_API_KEY: ZUORA_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-data-labeling
    baseUri: https://rest.zuora.com
    description: API Reference — Data Labeling business capability. Self-contained, no shared references.
    resources:
    - name: v1-multi-organizations-data-labeling-job
      path: /v1/multi-organizations/data-labeling-job
      operations:
      - name: postdatalabelingjob
        method: POST
        description: Submit a data labeling job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: string
          required: true
    - name: v1-multi-organizations-data-labeling-job-job-id
      path: /v1/multi-organizations/data-labeling-job/{job-id}
      operations:
      - name: getdatalabelingjob
        method: GET
        description: Retrieve a data labeling job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: job-id
          in: path
          type: string
          description: Identifier of the data labeling job.
          required: true
  exposes:
  - type: rest
    namespace: v1-data-labeling-rest
    port: 8080
    description: REST adapter for API Reference — Data Labeling. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/multi-organizations/data-labeling-job
      name: v1-multi-organizations-data-labeling-job
      description: REST surface for v1-multi-organizations-data-labeling-job.
      operations:
      - method: POST
        name: postdatalabelingjob
        description: Submit a data labeling job
        call: v1-data-labeling.postdatalabelingjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/v1/multi-organizations/data-labeling-job/{job-id}
      name: v1-multi-organizations-data-labeling-job-job-id
      description: REST surface for v1-multi-organizations-data-labeling-job-job-id.
      operations:
      - method: GET
        name: getdatalabelingjob
        description: Retrieve a data labeling job
        call: v1-data-labeling.getdatalabelingjob
        with:
          job-id: rest.job-id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-data-labeling-mcp
    port: 9090
    transport: http
    description: MCP adapter for API Reference — Data Labeling. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: submit-data-labeling-job
      description: Submit a data labeling job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: v1-data-labeling.postdatalabelingjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-data-labeling-job
      description: Retrieve a data labeling job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-data-labeling.getdatalabelingjob
      with:
        job-id: tools.job-id
      outputParameters:
      - type: object
        mapping: $.