Unified.to · Capability

Unified.to API — member

Unified.to API — member. 6 operations. Lead operation: List All Members. Self-contained Naftiko capability covering one Unified To business surface.

Run with Naftiko Unified Tomember

What You Can Do

GET
Listmartechmembers — List All Members
/v1/martech/{connection-id}/member
POST
Createmartechmember — Create a Member
/v1/martech/{connection-id}/member
DELETE
Removemartechmember — Remove a Member
/v1/martech/{connection-id}/member/{id}
GET
Getmartechmember — Retrieve a Member
/v1/martech/{connection-id}/member/{id}
PATCH
Patchmartechmember — Update a Member
/v1/martech/{connection-id}/member/{id}
PUT
Updatemartechmember — Update a Member
/v1/martech/{connection-id}/member/{id}

MCP Tools

list-all-members

List All Members

read-only idempotent
create-member

Create a Member

remove-member

Remove a Member

idempotent
retrieve-member

Retrieve a Member

read-only idempotent
update-member

Update a Member

idempotent
update-member-2

Update a Member

idempotent

Capability Spec

full-member.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unified.to  API — member
  description: 'Unified.to  API — member. 6 operations. Lead operation: List All Members. Self-contained Naftiko capability
    covering one Unified To business surface.'
  tags:
  - Unified To
  - member
  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-member
    baseUri: https://api.unified.to
    description: Unified.to  API — member business capability. Self-contained, no shared references.
    resources:
    - name: martech-connection_id-member
      path: /martech/{connection_id}/member
      operations:
      - name: listmartechmembers
        method: GET
        description: List All Members
        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: list_id
          in: query
          type: string
          description: The list 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: createmartechmember
        method: POST
        description: Create a Member
        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: martech-connection_id-member-id
      path: /martech/{connection_id}/member/{id}
      operations:
      - name: removemartechmember
        method: DELETE
        description: Remove a Member
        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 Member
          required: true
      - name: getmartechmember
        method: GET
        description: Retrieve a Member
        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 Member
          required: true
      - name: patchmartechmember
        method: PATCH
        description: Update a Member
        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 Member
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: updatemartechmember
        method: PUT
        description: Update a Member
        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 Member
          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-member-rest
    port: 8080
    description: REST adapter for Unified.to  API — member. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/martech/{connection-id}/member
      name: martech-connection-id-member
      description: REST surface for martech-connection_id-member.
      operations:
      - method: GET
        name: listmartechmembers
        description: List All Members
        call: full-member.listmartechmembers
        with:
          limit: rest.limit
          offset: rest.offset
          updated_gte: rest.updated_gte
          sort: rest.sort
          order: rest.order
          query: rest.query
          list_id: rest.list_id
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createmartechmember
        description: Create a Member
        call: full-member.createmartechmember
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/martech/{connection-id}/member/{id}
      name: martech-connection-id-member-id
      description: REST surface for martech-connection_id-member-id.
      operations:
      - method: DELETE
        name: removemartechmember
        description: Remove a Member
        call: full-member.removemartechmember
        with:
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getmartechmember
        description: Retrieve a Member
        call: full-member.getmartechmember
        with:
          fields: rest.fields
          raw: rest.raw
          connection_id: rest.connection_id
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchmartechmember
        description: Update a Member
        call: full-member.patchmartechmember
        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: updatemartechmember
        description: Update a Member
        call: full-member.updatemartechmember
        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-member-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unified.to  API — member. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-all-members
      description: List All Members
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-member.listmartechmembers
      with:
        limit: tools.limit
        offset: tools.offset
        updated_gte: tools.updated_gte
        sort: tools.sort
        order: tools.order
        query: tools.query
        list_id: tools.list_id
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
      outputParameters:
      - type: object
        mapping: $.
    - name: create-member
      description: Create a Member
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: full-member.createmartechmember
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: remove-member
      description: Remove a Member
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: full-member.removemartechmember
      with:
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: retrieve-member
      description: Retrieve a Member
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: full-member.getmartechmember
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: update-member
      description: Update a Member
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-member.patchmartechmember
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: update-member-2
      description: Update a Member
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: full-member.updatemartechmember
      with:
        fields: tools.fields
        raw: tools.raw
        connection_id: tools.connection_id
        id: tools.id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.