Unified.to · Capability
Unified.to API — uc
Unified.to API — uc. 20 operations. Lead operation: List All Calls. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listuccalls
— List All Calls
/v1/uc/{connection-id}/call
GET
Getuccall
— Retrieve a Call
/v1/uc/{connection-id}/call/{id}
GET
Listuccomments
— List All Comments
/v1/uc/{connection-id}/comment
POST
Createuccomment
— Create a Comment
/v1/uc/{connection-id}/comment
DELETE
Removeuccomment
— Remove a Comment
/v1/uc/{connection-id}/comment/{id}
GET
Getuccomment
— Retrieve a Comment
/v1/uc/{connection-id}/comment/{id}
PATCH
Patchuccomment
— Update a Comment
/v1/uc/{connection-id}/comment/{id}
PUT
Updateuccomment
— Update a Comment
/v1/uc/{connection-id}/comment/{id}
GET
Listuccontacts
— List All Contacts
/v1/uc/{connection-id}/contact
POST
Createuccontact
— Create a Contact
/v1/uc/{connection-id}/contact
DELETE
Removeuccontact
— Remove a Contact
/v1/uc/{connection-id}/contact/{id}
GET
Getuccontact
— Retrieve a Contact
/v1/uc/{connection-id}/contact/{id}
PATCH
Patchuccontact
— Update a Contact
/v1/uc/{connection-id}/contact/{id}
PUT
Updateuccontact
— Update a Contact
/v1/uc/{connection-id}/contact/{id}
GET
Listucrecordings
— List All Recordings
/v1/uc/{connection-id}/recording
POST
Createucrecording
— Create a Recording
/v1/uc/{connection-id}/recording
DELETE
Removeucrecording
— Remove a Recording
/v1/uc/{connection-id}/recording/{id}
GET
Getucrecording
— Retrieve a Recording
/v1/uc/{connection-id}/recording/{id}
PATCH
Patchucrecording
— Update a Recording
/v1/uc/{connection-id}/recording/{id}
PUT
Updateucrecording
— Update a Recording
/v1/uc/{connection-id}/recording/{id}
MCP Tools
list-all-calls
List All Calls
read-only
idempotent
retrieve-call
Retrieve a Call
read-only
idempotent
list-all-comments
List All Comments
read-only
idempotent
create-comment
Create a Comment
remove-comment
Remove a Comment
idempotent
retrieve-comment
Retrieve a Comment
read-only
idempotent
update-comment
Update a Comment
idempotent
update-comment-2
Update a Comment
idempotent
list-all-contacts
List All Contacts
read-only
idempotent
create-contact
Create a Contact
remove-contact
Remove a Contact
idempotent
retrieve-contact
Retrieve a Contact
read-only
idempotent
update-contact
Update a Contact
idempotent
update-contact-2
Update a Contact
idempotent
list-all-recordings
List All Recordings
read-only
idempotent
create-recording
Create a Recording
remove-recording
Remove a Recording
idempotent
retrieve-recording
Retrieve a Recording
read-only
idempotent
update-recording
Update a Recording
idempotent
update-recording-2
Update a Recording
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — uc
description: 'Unified.to API — uc. 20 operations. Lead operation: List All Calls. Self-contained Naftiko capability covering
one Unified To business surface.'
tags:
- Unified To
- uc
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-uc
baseUri: https://api.unified.to
description: Unified.to API — uc business capability. Self-contained, no shared references.
resources:
- name: uc-connection_id-call
path: /uc/{connection_id}/call
operations:
- name: listuccalls
method: GET
description: List All Calls
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: contact_id
in: query
type: string
description: The contact ID to filter by (reference to UcContact)
- name: start_gte
in: query
type: string
description: The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
- name: end_lt
in: query
type: string
description: The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
- 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: uc-connection_id-call-id
path: /uc/{connection_id}/call/{id}
operations:
- name: getuccall
method: GET
description: Retrieve a Call
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 Call
required: true
- name: uc-connection_id-comment
path: /uc/{connection_id}/comment
operations:
- name: listuccomments
method: GET
description: List All Comments
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: call_id
in: query
type: string
description: The call ID 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: createuccomment
method: POST
description: Create a Comment
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: uc-connection_id-comment-id
path: /uc/{connection_id}/comment/{id}
operations:
- name: removeuccomment
method: DELETE
description: Remove a Comment
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 Comment
required: true
- name: getuccomment
method: GET
description: Retrieve a Comment
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 Comment
required: true
- name: patchuccomment
method: PATCH
description: Update a Comment
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 Comment
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updateuccomment
method: PUT
description: Update a Comment
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 Comment
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: uc-connection_id-contact
path: /uc/{connection_id}/contact
operations:
- name: listuccontacts
method: GET
description: List All Contacts
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: 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: createuccontact
method: POST
description: Create a Contact
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: uc-connection_id-contact-id
path: /uc/{connection_id}/contact/{id}
operations:
- name: removeuccontact
method: DELETE
description: Remove a Contact
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 Contact
required: true
- name: getuccontact
method: GET
description: Retrieve a Contact
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 Contact
required: true
- name: patchuccontact
method: PATCH
description: Update a Contact
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 Contact
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updateuccontact
method: PUT
description: Update a Contact
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 Contact
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: uc-connection_id-recording
path: /uc/{connection_id}/recording
operations:
- name: listucrecordings
method: GET
description: List All Recordings
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: call_id
in: query
type: string
description: The call ID to filter by
- name: start_gte
in: query
type: string
description: The start date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
- name: end_lt
in: query
type: string
description: The end date to filter by (ISO-8601 / YYYY-MM-DDTHH:MM:SSZ format)
- name: contact_id
in: query
type: string
description: The contact ID to filter by (reference to UcContact)
- 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: createucrecording
method: POST
description: Create a Recording
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: uc-connection_id-recording-id
path: /uc/{connection_id}/recording/{id}
operations:
- name: removeucrecording
method: DELETE
description: Remove a Recording
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 Recording
required: true
- name: getucrecording
method: GET
description: Retrieve a Recording
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 Recording
required: true
- name: patchucrecording
method: PATCH
description: Update a Recording
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 Recording
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updateucrecording
method: PUT
description: Update a Recording
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 Recording
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-uc-rest
port: 8080
description: REST adapter for Unified.to API — uc. One Spectral-compliant resource per consumed operation, prefixed with
/v1.
resources:
- path: /v1/uc/{connection-id}/call
name: uc-connection-id-call
description: REST surface for uc-connection_id-call.
operations:
- method: GET
name: listuccalls
description: List All Calls
call: full-uc.listuccalls
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
contact_id: rest.contact_id
start_gte: rest.start_gte
end_lt: rest.end_lt
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/call/{id}
name: uc-connection-id-call-id
description: REST surface for uc-connection_id-call-id.
operations:
- method: GET
name: getuccall
description: Retrieve a Call
call: full-uc.getuccall
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/comment
name: uc-connection-id-comment
description: REST surface for uc-connection_id-comment.
operations:
- method: GET
name: listuccomments
description: List All Comments
call: full-uc.listuccomments
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
call_id: rest.call_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createuccomment
description: Create a Comment
call: full-uc.createuccomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/comment/{id}
name: uc-connection-id-comment-id
description: REST surface for uc-connection_id-comment-id.
operations:
- method: DELETE
name: removeuccomment
description: Remove a Comment
call: full-uc.removeuccomment
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getuccomment
description: Retrieve a Comment
call: full-uc.getuccomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchuccomment
description: Update a Comment
call: full-uc.patchuccomment
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: updateuccomment
description: Update a Comment
call: full-uc.updateuccomment
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/contact
name: uc-connection-id-contact
description: REST surface for uc-connection_id-contact.
operations:
- method: GET
name: listuccontacts
description: List All Contacts
call: full-uc.listuccontacts
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
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createuccontact
description: Create a Contact
call: full-uc.createuccontact
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/contact/{id}
name: uc-connection-id-contact-id
description: REST surface for uc-connection_id-contact-id.
operations:
- method: DELETE
name: removeuccontact
description: Remove a Contact
call: full-uc.removeuccontact
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getuccontact
description: Retrieve a Contact
call: full-uc.getuccontact
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchuccontact
description: Update a Contact
call: full-uc.patchuccontact
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: updateuccontact
description: Update a Contact
call: full-uc.updateuccontact
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/recording
name: uc-connection-id-recording
description: REST surface for uc-connection_id-recording.
operations:
- method: GET
name: listucrecordings
description: List All Recordings
call: full-uc.listucrecordings
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
call_id: rest.call_id
start_gte: rest.start_gte
end_lt: rest.end_lt
contact_id: rest.contact_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createucrecording
description: Create a Recording
call: full-uc.createucrecording
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/uc/{connection-id}/recording/{id}
name: uc-connection-id-recording-id
description: REST surface for uc-connection_id-recording-id.
operations:
- method: DELETE
name: removeucrecording
description: Remove a Recording
call: full-uc.removeucrecording
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getucrecording
description: Retrieve a Recording
call: full-uc.getucrecording
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchucrecording
description: Update a Recording
call: full-uc.patchucrecording
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: updateucrecording
description: Update a Recording
call: full-uc.updateucrecording
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-uc-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — uc. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: list-all-calls
description: List All Calls
hints:
readOnly: true
destructive: false
idempotent: true
call: full-uc.listuccalls
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
contact_id: tools.contact_id
start_gte: tools.start_gte
end_lt: tools.end_lt
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: retrieve-call
description: Retrieve a Call
hints:
readOnly: true
destructive: false
idempotent: true
call: full-uc.getuccall
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: list-all-comments
description: List All Comments
hints:
readOnly: true
destructive: false
idempotent: true
call: full-uc.listuccomments
with:
# --- truncated at 32 KB (39 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/unified-to/refs/heads/main/capabilities/full-uc.yaml