Unified.to · Capability
Unified.to API — organization
Unified.to API — organization. 14 operations. Lead operation: List All Organizations. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listaccountingorganizations
— List All Organizations
/v1/accounting/{connection-id}/organization
GET
Getaccountingorganization
— Retrieve an Organization
/v1/accounting/{connection-id}/organization/{id}
GET
Listadsorganizations
— List All Organizations
/v1/ads/{connection-id}/organization
POST
Createadsorganization
— Create an Organization
/v1/ads/{connection-id}/organization
DELETE
Removeadsorganization
— Remove an Organization
/v1/ads/{connection-id}/organization/{id}
GET
Getadsorganization
— Retrieve an Organization
/v1/ads/{connection-id}/organization/{id}
PATCH
Patchadsorganization
— Update an Organization
/v1/ads/{connection-id}/organization/{id}
PUT
Updateadsorganization
— Update an Organization
/v1/ads/{connection-id}/organization/{id}
GET
Listrepoorganizations
— List All Organizations
/v1/repo/{connection-id}/organization
POST
Createrepoorganization
— Create an Organization
/v1/repo/{connection-id}/organization
DELETE
Removerepoorganization
— Remove an Organization
/v1/repo/{connection-id}/organization/{id}
GET
Getrepoorganization
— Retrieve an Organization
/v1/repo/{connection-id}/organization/{id}
PATCH
Patchrepoorganization
— Update an Organization
/v1/repo/{connection-id}/organization/{id}
PUT
Updaterepoorganization
— Update an Organization
/v1/repo/{connection-id}/organization/{id}
MCP Tools
list-all-organizations
List All Organizations
read-only
idempotent
retrieve-organization
Retrieve an Organization
read-only
idempotent
list-all-organizations-2
List All Organizations
read-only
idempotent
create-organization
Create an Organization
remove-organization
Remove an Organization
idempotent
retrieve-organization-2
Retrieve an Organization
read-only
idempotent
update-organization
Update an Organization
idempotent
update-organization-2
Update an Organization
idempotent
list-all-organizations-3
List All Organizations
read-only
idempotent
create-organization-2
Create an Organization
remove-organization-2
Remove an Organization
idempotent
retrieve-organization-3
Retrieve an Organization
read-only
idempotent
update-organization-3
Update an Organization
idempotent
update-organization-4
Update an Organization
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — organization
description: 'Unified.to API — organization. 14 operations. Lead operation: List All Organizations. Self-contained Naftiko
capability covering one Unified To business surface.'
tags:
- Unified To
- organization
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-organization
baseUri: https://api.unified.to
description: Unified.to API — organization business capability. Self-contained, no shared references.
resources:
- name: accounting-connection_id-organization
path: /accounting/{connection_id}/organization
operations:
- name: listaccountingorganizations
method: GET
description: List All Organizations
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: 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: accounting-connection_id-organization-id
path: /accounting/{connection_id}/organization/{id}
operations:
- name: getaccountingorganization
method: GET
description: Retrieve an Organization
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 Organization
required: true
- name: ads-connection_id-organization
path: /ads/{connection_id}/organization
operations:
- name: listadsorganizations
method: GET
description: List All Organizations
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: parent_id
in: query
type: string
description: The parent 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: createadsorganization
method: POST
description: Create an Organization
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: ads-connection_id-organization-id
path: /ads/{connection_id}/organization/{id}
operations:
- name: removeadsorganization
method: DELETE
description: Remove an Organization
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 Organization
required: true
- name: getadsorganization
method: GET
description: Retrieve an Organization
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 Organization
required: true
- name: patchadsorganization
method: PATCH
description: Update an Organization
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 Organization
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updateadsorganization
method: PUT
description: Update an Organization
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 Organization
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: repo-connection_id-organization
path: /repo/{connection_id}/organization
operations:
- name: listrepoorganizations
method: GET
description: List All Organizations
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: 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: createrepoorganization
method: POST
description: Create an Organization
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: repo-connection_id-organization-id
path: /repo/{connection_id}/organization/{id}
operations:
- name: removerepoorganization
method: DELETE
description: Remove an Organization
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 Organization
required: true
- name: getrepoorganization
method: GET
description: Retrieve an Organization
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 Organization
required: true
- name: patchrepoorganization
method: PATCH
description: Update an Organization
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 Organization
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updaterepoorganization
method: PUT
description: Update an Organization
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 Organization
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-organization-rest
port: 8080
description: REST adapter for Unified.to API — organization. One Spectral-compliant resource per consumed operation,
prefixed with /v1.
resources:
- path: /v1/accounting/{connection-id}/organization
name: accounting-connection-id-organization
description: REST surface for accounting-connection_id-organization.
operations:
- method: GET
name: listaccountingorganizations
description: List All Organizations
call: full-organization.listaccountingorganizations
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- path: /v1/accounting/{connection-id}/organization/{id}
name: accounting-connection-id-organization-id
description: REST surface for accounting-connection_id-organization-id.
operations:
- method: GET
name: getaccountingorganization
description: Retrieve an Organization
call: full-organization.getaccountingorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- path: /v1/ads/{connection-id}/organization
name: ads-connection-id-organization
description: REST surface for ads-connection_id-organization.
operations:
- method: GET
name: listadsorganizations
description: List All Organizations
call: full-organization.listadsorganizations
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
parent_id: rest.parent_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createadsorganization
description: Create an Organization
call: full-organization.createadsorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/ads/{connection-id}/organization/{id}
name: ads-connection-id-organization-id
description: REST surface for ads-connection_id-organization-id.
operations:
- method: DELETE
name: removeadsorganization
description: Remove an Organization
call: full-organization.removeadsorganization
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getadsorganization
description: Retrieve an Organization
call: full-organization.getadsorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchadsorganization
description: Update an Organization
call: full-organization.patchadsorganization
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: updateadsorganization
description: Update an Organization
call: full-organization.updateadsorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/repo/{connection-id}/organization
name: repo-connection-id-organization
description: REST surface for repo-connection_id-organization.
operations:
- method: GET
name: listrepoorganizations
description: List All Organizations
call: full-organization.listrepoorganizations
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createrepoorganization
description: Create an Organization
call: full-organization.createrepoorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/repo/{connection-id}/organization/{id}
name: repo-connection-id-organization-id
description: REST surface for repo-connection_id-organization-id.
operations:
- method: DELETE
name: removerepoorganization
description: Remove an Organization
call: full-organization.removerepoorganization
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getrepoorganization
description: Retrieve an Organization
call: full-organization.getrepoorganization
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchrepoorganization
description: Update an Organization
call: full-organization.patchrepoorganization
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: updaterepoorganization
description: Update an Organization
call: full-organization.updaterepoorganization
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-organization-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — organization. One tool per consumed operation, routed inline through this
capability's consumes block.
tools:
- name: list-all-organizations
description: List All Organizations
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.listaccountingorganizations
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: retrieve-organization
description: Retrieve an Organization
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.getaccountingorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: list-all-organizations-2
description: List All Organizations
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.listadsorganizations
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
parent_id: tools.parent_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-organization
description: Create an Organization
hints:
readOnly: false
destructive: false
idempotent: false
call: full-organization.createadsorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-organization
description: Remove an Organization
hints:
readOnly: false
destructive: true
idempotent: true
call: full-organization.removeadsorganization
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-organization-2
description: Retrieve an Organization
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.getadsorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-organization
description: Update an Organization
hints:
readOnly: false
destructive: false
idempotent: true
call: full-organization.patchadsorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-organization-2
description: Update an Organization
hints:
readOnly: false
destructive: false
idempotent: true
call: full-organization.updateadsorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: list-all-organizations-3
description: List All Organizations
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.listrepoorganizations
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-organization-2
description: Create an Organization
hints:
readOnly: false
destructive: false
idempotent: false
call: full-organization.createrepoorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-organization-2
description: Remove an Organization
hints:
readOnly: false
destructive: true
idempotent: true
call: full-organization.removerepoorganization
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-organization-3
description: Retrieve an Organization
hints:
readOnly: true
destructive: false
idempotent: true
call: full-organization.getrepoorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-organization-3
description: Update an Organization
hints:
readOnly: false
destructive: false
idempotent: true
call: full-organization.patchrepoorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-organization-4
description: Update an Organization
hints:
readOnly: false
destructive: false
idempotent: true
call: full-organization.updaterepoorganization
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.