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.
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
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: ats-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: ats-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: ats-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: ats-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: ats-job.removeatsjob
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getatsjob
description: Retrieve a job
call: ats-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: ats-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: ats-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: ats-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: ats-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: ats-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: ats-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: ats-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: ats-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: ats-job.updateatsjob
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.