Unified.to · Capability
Unified.to API — application
Unified.to API — application. 6 operations. Lead operation: List All Applications. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listatsapplications
— List All Applications
/v1/ats/{connection-id}/application
POST
Createatsapplication
— Create an Application
/v1/ats/{connection-id}/application
DELETE
Removeatsapplication
— Remove an Application
/v1/ats/{connection-id}/application/{id}
GET
Getatsapplication
— Retrieve an Application
/v1/ats/{connection-id}/application/{id}
PATCH
Patchatsapplication
— Update an Application
/v1/ats/{connection-id}/application/{id}
PUT
Updateatsapplication
— Update an Application
/v1/ats/{connection-id}/application/{id}
MCP Tools
list-all-applications
List All Applications
read-only
idempotent
create-application
Create an Application
remove-application
Remove an Application
idempotent
retrieve-application
Retrieve an Application
read-only
idempotent
update-application
Update an Application
idempotent
update-application-2
Update an Application
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — application
description: 'Unified.to API — application. 6 operations. Lead operation: List All Applications. Self-contained Naftiko
capability covering one Unified To business surface.'
tags:
- Unified To
- application
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-application
baseUri: https://api.unified.to
description: Unified.to API — application business capability. Self-contained, no shared references.
resources:
- name: ats-connection_id-application
path: /ats/{connection_id}/application
operations:
- name: listatsapplications
method: GET
description: List All Applications
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: job_id
in: query
type: string
description: The job ID to filter by
- name: candidate_id
in: query
type: string
description: The candidate ID to filter by
- name: company_id
in: query
type: string
description: The company ID to filter by (reference to AtsCompany)
- 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: createatsapplication
method: POST
description: Create an Application
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-application-id
path: /ats/{connection_id}/application/{id}
operations:
- name: removeatsapplication
method: DELETE
description: Remove an Application
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 Application
required: true
- name: getatsapplication
method: GET
description: Retrieve an Application
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 Application
required: true
- name: patchatsapplication
method: PATCH
description: Update an Application
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 Application
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updateatsapplication
method: PUT
description: Update an Application
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 Application
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-application-rest
port: 8080
description: REST adapter for Unified.to API — application. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/ats/{connection-id}/application
name: ats-connection-id-application
description: REST surface for ats-connection_id-application.
operations:
- method: GET
name: listatsapplications
description: List All Applications
call: full-application.listatsapplications
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
job_id: rest.job_id
candidate_id: rest.candidate_id
company_id: rest.company_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createatsapplication
description: Create an Application
call: full-application.createatsapplication
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/ats/{connection-id}/application/{id}
name: ats-connection-id-application-id
description: REST surface for ats-connection_id-application-id.
operations:
- method: DELETE
name: removeatsapplication
description: Remove an Application
call: full-application.removeatsapplication
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getatsapplication
description: Retrieve an Application
call: full-application.getatsapplication
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchatsapplication
description: Update an Application
call: full-application.patchatsapplication
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: updateatsapplication
description: Update an Application
call: full-application.updateatsapplication
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-application-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — application. One tool per consumed operation, routed inline through this
capability's consumes block.
tools:
- name: list-all-applications
description: List All Applications
hints:
readOnly: true
destructive: false
idempotent: true
call: full-application.listatsapplications
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
job_id: tools.job_id
candidate_id: tools.candidate_id
company_id: tools.company_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-application
description: Create an Application
hints:
readOnly: false
destructive: false
idempotent: false
call: full-application.createatsapplication
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-application
description: Remove an Application
hints:
readOnly: false
destructive: true
idempotent: true
call: full-application.removeatsapplication
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-application
description: Retrieve an Application
hints:
readOnly: true
destructive: false
idempotent: true
call: full-application.getatsapplication
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-application
description: Update an Application
hints:
readOnly: false
destructive: false
idempotent: true
call: full-application.patchatsapplication
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-application-2
description: Update an Application
hints:
readOnly: false
destructive: false
idempotent: true
call: full-application.updateatsapplication
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.