Unified.to · Capability
Unified.to API — metadata
Unified.to API — metadata. 12 operations. Lead operation: List all metadatas. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listmetadatametadatas
— List all metadatas
/v1/metadata/{connection-id}/metadata
GET
Listmetadatametadatas
— List all metadatas
/v1/metadata/{connection-id}/metadata
POST
Createmetadatametadata
— Create a metadata
/v1/metadata/{connection-id}/metadata
POST
Createmetadatametadata
— Create a metadata
/v1/metadata/{connection-id}/metadata
DELETE
Removemetadatametadata
— Remove a metadata
/v1/metadata/{connection-id}/metadata/{id}
DELETE
Removemetadatametadata
— Remove a metadata
/v1/metadata/{connection-id}/metadata/{id}
GET
Getmetadatametadata
— Retrieve a metadata
/v1/metadata/{connection-id}/metadata/{id}
GET
Getmetadatametadata
— Retrieve a metadata
/v1/metadata/{connection-id}/metadata/{id}
PATCH
Patchmetadatametadata
— Update a metadata
/v1/metadata/{connection-id}/metadata/{id}
PATCH
Patchmetadatametadata
— Update a metadata
/v1/metadata/{connection-id}/metadata/{id}
PUT
Updatemetadatametadata
— Update a metadata
/v1/metadata/{connection-id}/metadata/{id}
PUT
Updatemetadatametadata
— Update a metadata
/v1/metadata/{connection-id}/metadata/{id}
MCP Tools
list-all-metadatas
List all metadatas
read-only
idempotent
list-all-metadatas-2
List all metadatas
read-only
idempotent
create-metadata
Create a metadata
create-metadata-2
Create a metadata
remove-metadata
Remove a metadata
idempotent
remove-metadata-2
Remove a metadata
idempotent
retrieve-metadata
Retrieve a metadata
read-only
idempotent
retrieve-metadata-2
Retrieve a metadata
read-only
idempotent
update-metadata
Update a metadata
idempotent
update-metadata-2
Update a metadata
idempotent
update-metadata-3
Update a metadata
idempotent
update-metadata-4
Update a metadata
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — metadata
description: 'Unified.to API — metadata. 12 operations. Lead operation: List all metadatas. Self-contained Naftiko capability
covering one Unified To business surface.'
tags:
- Unified To
- metadata
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: unified-core-metadata
baseUri: https://api.unified.to
description: Unified.to API — metadata business capability. Self-contained, no shared references.
resources:
- name: metadata-connection_id-metadata
path: /metadata/{connection_id}/metadata
operations:
- name: listmetadatametadatas
method: GET
description: List all metadatas
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: type
in: query
type: string
description: The type 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: listmetadatametadatas
method: GET
description: List all metadatas
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: type
in: query
type: string
description: The type 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: createmetadatametadata
method: POST
description: Create a metadata
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: createmetadatametadata
method: POST
description: Create a metadata
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: metadata-connection_id-metadata-id
path: /metadata/{connection_id}/metadata/{id}
operations:
- name: removemetadatametadata
method: DELETE
description: Remove a metadata
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 Metadata
required: true
- name: removemetadatametadata
method: DELETE
description: Remove a metadata
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 Metadata
required: true
- name: getmetadatametadata
method: GET
description: Retrieve a metadata
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 Metadata
required: true
- name: getmetadatametadata
method: GET
description: Retrieve a metadata
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 Metadata
required: true
- name: patchmetadatametadata
method: PATCH
description: Update a metadata
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 Metadata
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: patchmetadatametadata
method: PATCH
description: Update a metadata
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 Metadata
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatemetadatametadata
method: PUT
description: Update a metadata
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 Metadata
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updatemetadatametadata
method: PUT
description: Update a metadata
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 Metadata
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: unified-core-metadata-rest
port: 8080
description: REST adapter for Unified.to API — metadata. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/metadata/{connection-id}/metadata
name: metadata-connection-id-metadata
description: REST surface for metadata-connection_id-metadata.
operations:
- method: GET
name: listmetadatametadatas
description: List all metadatas
call: unified-core-metadata.listmetadatametadatas
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
type: rest.type
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: GET
name: listmetadatametadatas
description: List all metadatas
call: unified-core-metadata.listmetadatametadatas
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
type: rest.type
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createmetadatametadata
description: Create a metadata
call: unified-core-metadata.createmetadatametadata
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: POST
name: createmetadatametadata
description: Create a metadata
call: unified-core-metadata.createmetadatametadata
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/metadata/{connection-id}/metadata/{id}
name: metadata-connection-id-metadata-id
description: REST surface for metadata-connection_id-metadata-id.
operations:
- method: DELETE
name: removemetadatametadata
description: Remove a metadata
call: unified-core-metadata.removemetadatametadata
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: DELETE
name: removemetadatametadata
description: Remove a metadata
call: unified-core-metadata.removemetadatametadata
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getmetadatametadata
description: Retrieve a metadata
call: unified-core-metadata.getmetadatametadata
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getmetadatametadata
description: Retrieve a metadata
call: unified-core-metadata.getmetadatametadata
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchmetadatametadata
description: Update a metadata
call: unified-core-metadata.patchmetadatametadata
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchmetadatametadata
description: Update a metadata
call: unified-core-metadata.patchmetadatametadata
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: updatemetadatametadata
description: Update a metadata
call: unified-core-metadata.updatemetadatametadata
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: updatemetadatametadata
description: Update a metadata
call: unified-core-metadata.updatemetadatametadata
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: unified-core-metadata-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — metadata. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: list-all-metadatas
description: List all metadatas
hints:
readOnly: true
destructive: false
idempotent: true
call: unified-core-metadata.listmetadatametadatas
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
type: tools.type
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: list-all-metadatas-2
description: List all metadatas
hints:
readOnly: true
destructive: false
idempotent: true
call: unified-core-metadata.listmetadatametadatas
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
type: tools.type
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-metadata
description: Create a metadata
hints:
readOnly: false
destructive: false
idempotent: false
call: unified-core-metadata.createmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: create-metadata-2
description: Create a metadata
hints:
readOnly: false
destructive: false
idempotent: false
call: unified-core-metadata.createmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-metadata
description: Remove a metadata
hints:
readOnly: false
destructive: true
idempotent: true
call: unified-core-metadata.removemetadatametadata
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: remove-metadata-2
description: Remove a metadata
hints:
readOnly: false
destructive: true
idempotent: true
call: unified-core-metadata.removemetadatametadata
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-metadata
description: Retrieve a metadata
hints:
readOnly: true
destructive: false
idempotent: true
call: unified-core-metadata.getmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-metadata-2
description: Retrieve a metadata
hints:
readOnly: true
destructive: false
idempotent: true
call: unified-core-metadata.getmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-metadata
description: Update a metadata
hints:
readOnly: false
destructive: false
idempotent: true
call: unified-core-metadata.patchmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-metadata-2
description: Update a metadata
hints:
readOnly: false
destructive: false
idempotent: true
call: unified-core-metadata.patchmetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-metadata-3
description: Update a metadata
hints:
readOnly: false
destructive: false
idempotent: true
call: unified-core-metadata.updatemetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-metadata-4
description: Update a metadata
hints:
readOnly: false
destructive: false
idempotent: true
call: unified-core-metadata.updatemetadatametadata
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.