Vizion · Capability

Vizion Container Tracking API — Updates

Vizion Container Tracking API — Updates. 1 operations. Lead operation: List Reference Updates. Self-contained Naftiko capability covering one Vizion business surface.

Run with Naftiko VizionUpdates

What You Can Do

GET
Listreferenceupdates — List Reference Updates
/v1/references/{reference-id}/updates

MCP Tools

list-reference-updates

List Reference Updates

read-only idempotent

Capability Spec

container-tracking-updates.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vizion Container Tracking API — Updates
  description: 'Vizion Container Tracking API — Updates. 1 operations. Lead operation: List Reference Updates. Self-contained
    Naftiko capability covering one Vizion business surface.'
  tags:
  - Vizion
  - Updates
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VIZION_API_KEY: VIZION_API_KEY
capability:
  consumes:
  - type: http
    namespace: container-tracking-updates
    baseUri: https://prod.vizionapi.com
    description: Vizion Container Tracking API — Updates business capability. Self-contained, no shared references.
    resources:
    - name: references-reference_id-updates
      path: /references/{reference_id}/updates
      operations:
      - name: listreferenceupdates
        method: GET
        description: List Reference Updates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: reference_id
          in: path
          type: string
          description: The unique identifier of the reference
          required: true
        - name: page
          in: query
          type: integer
        - name: per_page
          in: query
          type: integer
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.VIZION_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: container-tracking-updates-rest
    port: 8080
    description: REST adapter for Vizion Container Tracking API — Updates. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/references/{reference-id}/updates
      name: references-reference-id-updates
      description: REST surface for references-reference_id-updates.
      operations:
      - method: GET
        name: listreferenceupdates
        description: List Reference Updates
        call: container-tracking-updates.listreferenceupdates
        with:
          reference_id: rest.reference_id
          page: rest.page
          per_page: rest.per_page
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: container-tracking-updates-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vizion Container Tracking API — Updates. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-reference-updates
      description: List Reference Updates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: container-tracking-updates.listreferenceupdates
      with:
        reference_id: tools.reference_id
        page: tools.page
        per_page: tools.per_page
      outputParameters:
      - type: object
        mapping: $.