Vessel · Capability

Vessel Platform API — Engagement Unifications

Vessel Platform API — Engagement Unifications. 1 operations. Lead operation: List Engagement Users. Self-contained Naftiko capability covering one Vessel business surface.

Run with Naftiko VesselEngagement Unifications

What You Can Do

POST
Listengagementusers — List Engagement Users
/v1/unifications/engagement/users/list

MCP Tools

list-engagement-users

List Engagement Users

read-only

Capability Spec

platform-engagement-unifications.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vessel Platform API — Engagement Unifications
  description: 'Vessel Platform API — Engagement Unifications. 1 operations. Lead operation: List Engagement Users. Self-contained
    Naftiko capability covering one Vessel business surface.'
  tags:
  - Vessel
  - Engagement Unifications
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VESSEL_API_KEY: VESSEL_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-engagement-unifications
    baseUri: https://api.vessel.dev
    description: Vessel Platform API — Engagement Unifications business capability. Self-contained, no shared references.
    resources:
    - name: unifications-engagement-users-list
      path: /unifications/engagement/users/list
      operations:
      - name: listengagementusers
        method: POST
        description: List Engagement Users
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-vessel-api-token
      value: '{{env.VESSEL_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: platform-engagement-unifications-rest
    port: 8080
    description: REST adapter for Vessel Platform API — Engagement Unifications. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/unifications/engagement/users/list
      name: unifications-engagement-users-list
      description: REST surface for unifications-engagement-users-list.
      operations:
      - method: POST
        name: listengagementusers
        description: List Engagement Users
        call: platform-engagement-unifications.listengagementusers
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-engagement-unifications-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vessel Platform API — Engagement Unifications. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-engagement-users
      description: List Engagement Users
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: platform-engagement-unifications.listengagementusers
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.