Unified.to · Capability

Unified.to API — link

Unified.to API — link. 12 operations. Lead operation: List All Links. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tolink

What You Can Do

GET
Listcalendarlinks — List All Links
/v1/calendar/{connection-id}/link
POST
Createcalendarlink — Create a Link
/v1/calendar/{connection-id}/link
DELETE
Removecalendarlink — Remove a Link
/v1/calendar/{connection-id}/link/{id}
GET
Getcalendarlink — Retrieve a Link
/v1/calendar/{connection-id}/link/{id}
PATCH
Patchcalendarlink — Update a Link
/v1/calendar/{connection-id}/link/{id}
PUT
Updatecalendarlink — Update a Link
/v1/calendar/{connection-id}/link/{id}
GET
Listpaymentlinks — List All Links
/v1/payment/{connection-id}/link
POST
Createpaymentlink — Create a Link
/v1/payment/{connection-id}/link
DELETE
Removepaymentlink — Remove a Link
/v1/payment/{connection-id}/link/{id}
GET
Getpaymentlink — Retrieve a Link
/v1/payment/{connection-id}/link/{id}
PATCH
Patchpaymentlink — Update a Link
/v1/payment/{connection-id}/link/{id}
PUT
Updatepaymentlink — Update a Link
/v1/payment/{connection-id}/link/{id}

MCP Tools

list-all-links

List All Links

read-only idempotent
create-link

Create a Link

remove-link

Remove a Link

idempotent
retrieve-link

Retrieve a Link

read-only idempotent
update-link

Update a Link

idempotent
update-link-2

Update a Link

idempotent
list-all-links-2

List All Links

read-only idempotent
create-link-2

Create a Link

remove-link-2

Remove a Link

idempotent
retrieve-link-2

Retrieve a Link

read-only idempotent
update-link-3

Update a Link

idempotent
update-link-4

Update a Link

idempotent

Capability Spec

full-link.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — link
  description: 'Unified.to  API — link. 12 operations. Lead operation: List All Links. Self-contained Naftiko capability covering
    one Unified To business surface.'
  tags:
  - Unified To
  - link
  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-link
    baseUri: https://api.unified.to
    description: Unified.to  API — link business capability. Self-contained, no shared references.
    resources:
    - name: calendar-connection_id-link
      path: /calendar/{connection_id}/link
      operations:
      - name: listcalendarlinks
        method: GET
        description: List All Links
        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: createcalendarlink
        method: POST
        description: Create a Link
        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: calendar-connection_id-link-id
      path: /calendar/{connection_id}/link/{id}
      operations:
      - name: removecalendarlink
        method: DELETE
        description: Remove a Link
        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 Link
          required: true
      - name: getcalendarlink
        method: GET
        description: Retrieve a Link
        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 Link
          required: true
      - name: patchcalendarlink
        method: PATCH
        description: Update a Link
        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 Link
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatecalendarlink
        method: PUT
        description: Update a Link
        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 Link
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: payment-connection_id-link
      path: /payment/{connection_id}/link
      operations:
      - name: listpaymentlinks
        method: GET
        description: List All Links
        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: contact_id
          in: query
          type: string
          description: The contact ID to filter by (reference to AccountingContact)
        - name: payment_id
          in: query
          type: string
          description: The payment ID to filter by (reference to PaymentPayment)
        - 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: createpaymentlink
        method: POST
        description: Create a Link
        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: payment-connection_id-link-id
      path: /payment/{connection_id}/link/{id}
      operations:
      - name: removepaymentlink
        method: DELETE
        description: Remove a Link
        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 Link
          required: true
      - name: getpaymentlink
        method: GET
        description: Retrieve a Link
        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 Link
          required: true
      - name: patchpaymentlink
        method: PATCH
        description: Update a Link
        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 Link
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatepaymentlink
        method: PUT
        description: Update a Link
        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 Link
          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-link-rest
    port: 8080
    description: REST adapter for Unified.to  API — link. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/calendar/{connection-id}/link
      name: calendar-connection-id-link
      description: REST surface for calendar-connection_id-link.
      operations:
      - method: GET
        name: listcalendarlinks
        description: List All Links
        call: full-link.listcalendarlinks
        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: createcalendarlink
        description: Create a Link
        call: full-link.createcalendarlink
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/calendar/{connection-id}/link/{id}
      name: calendar-connection-id-link-id
      description: REST surface for calendar-connection_id-link-id.
      operations:
      - method: DELETE
        name: removecalendarlink
        description: Remove a Link
        call: full-link.removecalendarlink
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getcalendarlink
        description: Retrieve a Link
        call: full-link.getcalendarlink
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchcalendarlink
        description: Update a Link
        call: full-link.patchcalendarlink
        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: updatecalendarlink
        description: Update a Link
        call: full-link.updatecalendarlink
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payment/{connection-id}/link
      name: payment-connection-id-link
      description: REST surface for payment-connection_id-link.
      operations:
      - method: GET
        name: listpaymentlinks
        description: List All Links
        call: full-link.listpaymentlinks
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          contact_id: rest.contact_id
          payment_id: rest.payment_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createpaymentlink
        description: Create a Link
        call: full-link.createpaymentlink
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/payment/{connection-id}/link/{id}
      name: payment-connection-id-link-id
      description: REST surface for payment-connection_id-link-id.
      operations:
      - method: DELETE
        name: removepaymentlink
        description: Remove a Link
        call: full-link.removepaymentlink
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getpaymentlink
        description: Retrieve a Link
        call: full-link.getpaymentlink
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchpaymentlink
        description: Update a Link
        call: full-link.patchpaymentlink
        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: updatepaymentlink
        description: Update a Link
        call: full-link.updatepaymentlink
        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-link-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — link. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-links
      description: List All Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-link.listcalendarlinks
      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-link
      description: Create a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-link.createcalendarlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-link
      description: Remove a Link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-link.removecalendarlink
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-link
      description: Retrieve a Link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-link.getcalendarlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-link
      description: Update a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-link.patchcalendarlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-link-2
      description: Update a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-link.updatecalendarlink
      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-links-2
      description: List All Links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-link.listpaymentlinks
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        contact_id: tools.contact_id
        payment_id: tools.payment_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-link-2
      description: Create a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-link.createpaymentlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-link-2
      description: Remove a Link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-link.removepaymentlink
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-link-2
      description: Retrieve a Link
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-link.getpaymentlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-link-3
      description: Update a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-link.patchpaymentlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-link-4
      description: Update a Link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-link.updatepaymentlink
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.