Unified.to · Capability

Unified.to API — job

Unified.to API — job. 6 operations. Lead operation: List All Jobs. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tojob

What You Can Do

GET
Listatsjobs — List All Jobs
/v1/ats/{connection-id}/job
POST
Createatsjob — Create a Job
/v1/ats/{connection-id}/job
DELETE
Removeatsjob — Remove a Job
/v1/ats/{connection-id}/job/{id}
GET
Getatsjob — Retrieve a Job
/v1/ats/{connection-id}/job/{id}
PATCH
Patchatsjob — Update a Job
/v1/ats/{connection-id}/job/{id}
PUT
Updateatsjob — Update a Job
/v1/ats/{connection-id}/job/{id}

MCP Tools

list-all-jobs

List All Jobs

read-only idempotent
create-job

Create a Job

remove-job

Remove a Job

idempotent
retrieve-job

Retrieve a Job

read-only idempotent
update-job

Update a Job

idempotent
update-job-2

Update a Job

idempotent

Capability Spec

full-job.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — job
  description: 'Unified.to  API — job. 6 operations. Lead operation: List All Jobs. Self-contained Naftiko capability covering
    one Unified To business surface.'
  tags:
  - Unified To
  - job
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNIFIED_TO_API_KEY: UNIFIED_TO_API_KEY
capability:
  consumes:
  - type: http
    namespace: full-job
    baseUri: https://api.unified.to
    description: Unified.to  API — job business capability. Self-contained, no shared references.
    resources:
    - name: ats-connection_id-job
      path: /ats/{connection_id}/job
      operations:
      - name: listatsjobs
        method: GET
        description: List All Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: number
        - name: offset
          in: query
          type: number
        - name: updated_gte
          in: query
          type: string
          description: Return only results whose updated date is equal or greater to this value (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ
            format)
        - name: sort
          in: query
          type: string
        - name: order
          in: query
          type: string
        - name: query
          in: query
          type: string
          description: Query string to search. eg. email address or name
        - name: user_id
          in: query
          type: string
          description: The user/employee ID to filter by (reference to HrisEmployee)
        - name: company_id
          in: query
          type: string
          description: The company ID to filter by (reference to AtsCompany)
        - name: status
          in: query
          type: string
          description: The status to filter by
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
      - name: createatsjob
        method: POST
        description: Create a Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: ats-connection_id-job-id
      path: /ats/{connection_id}/job/{id}
      operations:
      - name: removeatsjob
        method: DELETE
        description: Remove a Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Job
          required: true
      - name: getatsjob
        method: GET
        description: Retrieve a Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Job
          required: true
      - name: patchatsjob
        method: PATCH
        description: Update a Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Job
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updateatsjob
        method: PUT
        description: Update a Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: fields
          in: query
          type: array
          description: Fields to return
        - name: raw
          in: query
          type: string
          description: 'Raw parameters to include in the 3rd-party request. Encoded as a URL component. eg. raw parameters:
            foo=bar&zoo=bar -> raw=foo%3Dbar%26zoo%3Dbar'
        - name: connection_id
          in: path
          type: string
          description: ID of the connection
          required: true
        - name: id
          in: path
          type: string
          description: ID of the Job
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: authorization
      value: '{{env.UNIFIED_TO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: full-job-rest
    port: 8080
    description: REST adapter for Unified.to  API — job. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/ats/{connection-id}/job
      name: ats-connection-id-job
      description: REST surface for ats-connection_id-job.
      operations:
      - method: GET
        name: listatsjobs
        description: List All Jobs
        call: full-job.listatsjobs
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          user_id: rest.user_id
          company_id: rest.company_id
          status: rest.status
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createatsjob
        description: Create a Job
        call: full-job.createatsjob
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/ats/{connection-id}/job/{id}
      name: ats-connection-id-job-id
      description: REST surface for ats-connection_id-job-id.
      operations:
      - method: DELETE
        name: removeatsjob
        description: Remove a Job
        call: full-job.removeatsjob
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getatsjob
        description: Retrieve a Job
        call: full-job.getatsjob
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchatsjob
        description: Update a Job
        call: full-job.patchatsjob
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateatsjob
        description: Update a Job
        call: full-job.updateatsjob
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: full-job-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — job. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-jobs
      description: List All Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-job.listatsjobs
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        user_id: tools.user_id
        company_id: tools.company_id
        status: tools.status
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-job
      description: Create a Job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-job.createatsjob
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-job
      description: Remove a Job
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-job.removeatsjob
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-job
      description: Retrieve a Job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-job.getatsjob
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-job
      description: Update a Job
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-job.patchatsjob
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-job-2
      description: Update a Job
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-job.updateatsjob
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.