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.

Run with Naftiko Unified Tobranch

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

it-ops-branch.yaml Raw ↑
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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-branch.removerepobranch
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getrepobranch
        description: Retrieve a branch
        call: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-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: it-ops-branch.updaterepobranch
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.