Ryder System · Capability

Ryder TM Shipment Management API — Ship Confirmation

Ryder TM Shipment Management API — Ship Confirmation. 1 operations. Lead operation: Confirm Shipment. Self-contained Naftiko capability covering one Ryder System business surface.

Run with Naftiko Ryder SystemShip Confirmation

What You Can Do

POST
Confirmshipment — Confirm Shipment
/v1/ship-confirmations

MCP Tools

confirm-shipment

Confirm Shipment

Capability Spec

ryder-tm-shipment-ship-confirmation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Ryder TM Shipment Management API — Ship Confirmation
  description: 'Ryder TM Shipment Management API — Ship Confirmation. 1 operations. Lead operation: Confirm Shipment. Self-contained
    Naftiko capability covering one Ryder System business surface.'
  tags:
  - Ryder System
  - Ship Confirmation
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    RYDER_SYSTEM_API_KEY: RYDER_SYSTEM_API_KEY
capability:
  consumes:
  - type: http
    namespace: ryder-tm-shipment-ship-confirmation
    baseUri: https://api.ryder.com/tmshipment/v1
    description: Ryder TM Shipment Management API — Ship Confirmation business capability. Self-contained, no shared references.
    resources:
    - name: ship-confirmations
      path: /ship-confirmations
      operations:
      - name: confirmshipment
        method: POST
        description: Confirm Shipment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.RYDER_SYSTEM_API_KEY}}'
  exposes:
  - type: rest
    namespace: ryder-tm-shipment-ship-confirmation-rest
    port: 8080
    description: REST adapter for Ryder TM Shipment Management API — Ship Confirmation. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/ship-confirmations
      name: ship-confirmations
      description: REST surface for ship-confirmations.
      operations:
      - method: POST
        name: confirmshipment
        description: Confirm Shipment
        call: ryder-tm-shipment-ship-confirmation.confirmshipment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ryder-tm-shipment-ship-confirmation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Ryder TM Shipment Management API — Ship Confirmation. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: confirm-shipment
      description: Confirm Shipment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ryder-tm-shipment-ship-confirmation.confirmshipment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.