Norfolk Southern · Capability

Norfolk Southern Shipment Status API — Gate Receipts

Norfolk Southern Shipment Status API — Gate Receipts. 1 operations. Lead operation: Get Gate Receipts. Self-contained Naftiko capability covering one Norfolk Southern business surface.

Run with Naftiko Norfolk SouthernGate Receipts

What You Can Do

GET
Getgatereceipts — Get Gate Receipts
/v1/gatereceipts

MCP Tools

get-gate-receipts

Get Gate Receipts

read-only idempotent

Capability Spec

shipment-status-gate-receipts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Norfolk Southern Shipment Status API — Gate Receipts
  description: 'Norfolk Southern Shipment Status API — Gate Receipts. 1 operations. Lead operation: Get Gate Receipts. Self-contained
    Naftiko capability covering one Norfolk Southern business surface.'
  tags:
  - Norfolk Southern
  - Gate Receipts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NORFOLK_SOUTHERN_API_KEY: NORFOLK_SOUTHERN_API_KEY
capability:
  consumes:
  - type: http
    namespace: shipment-status-gate-receipts
    baseUri: https://api.nscorp.com
    description: Norfolk Southern Shipment Status API — Gate Receipts business capability. Self-contained, no shared references.
    resources:
    - name: gatereceipts
      path: /gatereceipts
      operations:
      - name: getgatereceipts
        method: GET
        description: Get Gate Receipts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: terminalId
          in: query
          type: string
          description: The terminal identifier.
        - name: equipmentId
          in: query
          type: string
          description: The equipment identifier.
  exposes:
  - type: rest
    namespace: shipment-status-gate-receipts-rest
    port: 8080
    description: REST adapter for Norfolk Southern Shipment Status API — Gate Receipts. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/gatereceipts
      name: gatereceipts
      description: REST surface for gatereceipts.
      operations:
      - method: GET
        name: getgatereceipts
        description: Get Gate Receipts
        call: shipment-status-gate-receipts.getgatereceipts
        with:
          terminalId: rest.terminalId
          equipmentId: rest.equipmentId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: shipment-status-gate-receipts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Norfolk Southern Shipment Status API — Gate Receipts. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-gate-receipts
      description: Get Gate Receipts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: shipment-status-gate-receipts.getgatereceipts
      with:
        terminalId: tools.terminalId
        equipmentId: tools.equipmentId
      outputParameters:
      - type: object
        mapping: $.