project44 · Capability

project44 Tracking API — Tracking

project44 Tracking API — Tracking. 1 operations. Lead operation: Get shipment position history. Self-contained Naftiko capability covering one Project44 business surface.

Run with Naftiko Project44Tracking

What You Can Do

GET
Getshipmentpositions — Get shipment position history
/v1/shipments/{shipmentid}/positions

MCP Tools

get-shipment-position-history

Get shipment position history

read-only idempotent

Capability Spec

tracking-tracking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: project44 Tracking API — Tracking
  description: 'project44 Tracking API — Tracking. 1 operations. Lead operation: Get shipment position history. Self-contained
    Naftiko capability covering one Project44 business surface.'
  tags:
  - Project44
  - Tracking
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PROJECT44_API_KEY: PROJECT44_API_KEY
capability:
  consumes:
  - type: http
    namespace: tracking-tracking
    baseUri: https://api.project44.com/api/v4
    description: project44 Tracking API — Tracking business capability. Self-contained, no shared references.
    resources:
    - name: shipments-shipmentId-positions
      path: /shipments/{shipmentId}/positions
      operations:
      - name: getshipmentpositions
        method: GET
        description: Get shipment position history
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: startTime
          in: query
          type: string
        - name: endTime
          in: query
          type: string
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.PROJECT44_API_KEY}}'
  exposes:
  - type: rest
    namespace: tracking-tracking-rest
    port: 8080
    description: REST adapter for project44 Tracking API — Tracking. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/shipments/{shipmentid}/positions
      name: shipments-shipmentid-positions
      description: REST surface for shipments-shipmentId-positions.
      operations:
      - method: GET
        name: getshipmentpositions
        description: Get shipment position history
        call: tracking-tracking.getshipmentpositions
        with:
          startTime: rest.startTime
          endTime: rest.endTime
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tracking-tracking-mcp
    port: 9090
    transport: http
    description: MCP adapter for project44 Tracking API — Tracking. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-shipment-position-history
      description: Get shipment position history
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tracking-tracking.getshipmentpositions
      with:
        startTime: tools.startTime
        endTime: tools.endTime
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.