Unified.to · Capability
Unified.to API — content
Unified.to API — content. 6 operations. Lead operation: List all contents. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listlmscontents
— List all contents
/v1/lms/{connection-id}/content
POST
Createlmscontent
— Create a content
/v1/lms/{connection-id}/content
DELETE
Removelmscontent
— Remove a content
/v1/lms/{connection-id}/content/{id}
GET
Getlmscontent
— Retrieve a content
/v1/lms/{connection-id}/content/{id}
PATCH
Patchlmscontent
— Update a content
/v1/lms/{connection-id}/content/{id}
PUT
Updatelmscontent
— Update a content
/v1/lms/{connection-id}/content/{id}
MCP Tools
list-all-contents
List all contents
read-only
idempotent
create-content
Create a content
remove-content
Remove a content
idempotent
retrieve-content
Retrieve a content
read-only
idempotent
update-content
Update a content
idempotent
update-content-2
Update a content
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — content
description: 'Unified.to API — content. 6 operations. Lead operation: List all contents. Self-contained Naftiko capability
covering one Unified To business surface.'
tags:
- Unified To
- content
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: hr-talent-content
baseUri: https://api.unified.to
description: Unified.to API — content business capability. Self-contained, no shared references.
resources:
- name: lms-connection_id-content
path: /lms/{connection_id}/content
operations:
- name: listlmscontents
method: GET
description: List all contents
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: course_id
in: query
type: string
description: The course ID to filter by (reference to Course)
- name: collection_id
in: query
type: string
description: The collection ID to filter by (reference to CommerceCollection)
- 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: createlmscontent
method: POST
description: Create a content
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: lms-connection_id-content-id
path: /lms/{connection_id}/content/{id}
operations:
- name: removelmscontent
method: DELETE
description: Remove a content
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 Content
required: true
- name: getlmscontent
method: GET
description: Retrieve a content
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 Content
required: true
- name: patchlmscontent
method: PATCH
description: Update a content
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 Content
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatelmscontent
method: PUT
description: Update a content
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 Content
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: hr-talent-content-rest
port: 8080
description: REST adapter for Unified.to API — content. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/lms/{connection-id}/content
name: lms-connection-id-content
description: REST surface for lms-connection_id-content.
operations:
- method: GET
name: listlmscontents
description: List all contents
call: hr-talent-content.listlmscontents
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
course_id: rest.course_id
collection_id: rest.collection_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createlmscontent
description: Create a content
call: hr-talent-content.createlmscontent
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/lms/{connection-id}/content/{id}
name: lms-connection-id-content-id
description: REST surface for lms-connection_id-content-id.
operations:
- method: DELETE
name: removelmscontent
description: Remove a content
call: hr-talent-content.removelmscontent
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getlmscontent
description: Retrieve a content
call: hr-talent-content.getlmscontent
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchlmscontent
description: Update a content
call: hr-talent-content.patchlmscontent
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: updatelmscontent
description: Update a content
call: hr-talent-content.updatelmscontent
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: hr-talent-content-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — content. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: list-all-contents
description: List all contents
hints:
readOnly: true
destructive: false
idempotent: true
call: hr-talent-content.listlmscontents
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
course_id: tools.course_id
collection_id: tools.collection_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-content
description: Create a content
hints:
readOnly: false
destructive: false
idempotent: false
call: hr-talent-content.createlmscontent
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-content
description: Remove a content
hints:
readOnly: false
destructive: true
idempotent: true
call: hr-talent-content.removelmscontent
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-content
description: Retrieve a content
hints:
readOnly: true
destructive: false
idempotent: true
call: hr-talent-content.getlmscontent
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-content
description: Update a content
hints:
readOnly: false
destructive: false
idempotent: true
call: hr-talent-content.patchlmscontent
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-content-2
description: Update a content
hints:
readOnly: false
destructive: false
idempotent: true
call: hr-talent-content.updatelmscontent
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.