Unified.to · Capability
Unified.to API — branch
Unified.to API — branch. 6 operations. Lead operation: List All Branches. Self-contained Naftiko capability covering one Unified To business surface.
What You Can Do
GET
Listrepobranches
— List All Branches
/v1/repo/{connection-id}/branch
POST
Createrepobranch
— Create a Branch
/v1/repo/{connection-id}/branch
DELETE
Removerepobranch
— Remove a Branch
/v1/repo/{connection-id}/branch/{id}
GET
Getrepobranch
— Retrieve a Branch
/v1/repo/{connection-id}/branch/{id}
PATCH
Patchrepobranch
— Update a Branch
/v1/repo/{connection-id}/branch/{id}
PUT
Updaterepobranch
— Update a Branch
/v1/repo/{connection-id}/branch/{id}
MCP Tools
list-all-branches
List All Branches
read-only
idempotent
create-branch
Create a Branch
remove-branch
Remove a Branch
idempotent
retrieve-branch
Retrieve a Branch
read-only
idempotent
update-branch
Update a Branch
idempotent
update-branch-2
Update a Branch
idempotent
Capability Spec
naftiko: 1.0.0-alpha2
info:
label: Unified.to API — branch
description: 'Unified.to API — branch. 6 operations. Lead operation: List All Branches. Self-contained Naftiko capability
covering one Unified To business surface.'
tags:
- Unified To
- branch
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-branch
baseUri: https://api.unified.to
description: Unified.to API — branch business capability. Self-contained, no shared references.
resources:
- name: repo-connection_id-branch
path: /repo/{connection_id}/branch
operations:
- name: listrepobranches
method: GET
description: List All Branches
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: repo_id
in: query
type: string
description: The repo ID to filter by (reference to RepoRepository)
- 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: createrepobranch
method: POST
description: Create a Branch
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-branch-id
path: /repo/{connection_id}/branch/{id}
operations:
- name: removerepobranch
method: DELETE
description: Remove a Branch
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 Branch
required: true
- name: getrepobranch
method: GET
description: Retrieve a Branch
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 Branch
required: true
- name: patchrepobranch
method: PATCH
description: Update a Branch
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 Branch
required: true
- name: body
in: body
type: object
description: Request body (JSON).
required: true
- name: updaterepobranch
method: PUT
description: Update a Branch
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 Branch
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-branch-rest
port: 8080
description: REST adapter for Unified.to API — branch. One Spectral-compliant resource per consumed operation, prefixed
with /v1.
resources:
- path: /v1/repo/{connection-id}/branch
name: repo-connection-id-branch
description: REST surface for repo-connection_id-branch.
operations:
- method: GET
name: listrepobranches
description: List All Branches
call: full-branch.listrepobranches
with:
limit: rest.limit
offset: rest.offset
updated_gte: rest.updated_gte
sort: rest.sort
order: rest.order
query: rest.query
repo_id: rest.repo_id
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
outputParameters:
- type: object
mapping: $.
- method: POST
name: createrepobranch
description: Create a Branch
call: full-branch.createrepobranch
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
body: rest.body
outputParameters:
- type: object
mapping: $.
- path: /v1/repo/{connection-id}/branch/{id}
name: repo-connection-id-branch-id
description: REST surface for repo-connection_id-branch-id.
operations:
- method: DELETE
name: removerepobranch
description: Remove a Branch
call: full-branch.removerepobranch
with:
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: GET
name: getrepobranch
description: Retrieve a Branch
call: full-branch.getrepobranch
with:
fields: rest.fields
raw: rest.raw
connection_id: rest.connection_id
id: rest.id
outputParameters:
- type: object
mapping: $.
- method: PATCH
name: patchrepobranch
description: Update a Branch
call: full-branch.patchrepobranch
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: updaterepobranch
description: Update a Branch
call: full-branch.updaterepobranch
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-branch-mcp
port: 9090
transport: http
description: MCP adapter for Unified.to API — branch. One tool per consumed operation, routed inline through this capability's
consumes block.
tools:
- name: list-all-branches
description: List All Branches
hints:
readOnly: true
destructive: false
idempotent: true
call: full-branch.listrepobranches
with:
limit: tools.limit
offset: tools.offset
updated_gte: tools.updated_gte
sort: tools.sort
order: tools.order
query: tools.query
repo_id: tools.repo_id
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
outputParameters:
- type: object
mapping: $.
- name: create-branch
description: Create a Branch
hints:
readOnly: false
destructive: false
idempotent: false
call: full-branch.createrepobranch
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: remove-branch
description: Remove a Branch
hints:
readOnly: false
destructive: true
idempotent: true
call: full-branch.removerepobranch
with:
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: retrieve-branch
description: Retrieve a Branch
hints:
readOnly: true
destructive: false
idempotent: true
call: full-branch.getrepobranch
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
outputParameters:
- type: object
mapping: $.
- name: update-branch
description: Update a Branch
hints:
readOnly: false
destructive: false
idempotent: true
call: full-branch.patchrepobranch
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.
- name: update-branch-2
description: Update a Branch
hints:
readOnly: false
destructive: false
idempotent: true
call: full-branch.updaterepobranch
with:
fields: tools.fields
raw: tools.raw
connection_id: tools.connection_id
id: tools.id
body: tools.body
outputParameters:
- type: object
mapping: $.