e2open · Capability

INTTRA Ocean Execution API (e2open) — Schedules

INTTRA Ocean Execution API (e2open) — Schedules. 1 operations. Lead operation: Search ocean vessel schedules. Self-contained Naftiko capability covering one E2open business surface.

Run with Naftiko E2openSchedules

What You Can Do

GET
Searchschedules — Search ocean vessel schedules
/v1/schedules

MCP Tools

search-ocean-vessel-schedules

Search ocean vessel schedules

read-only idempotent

Capability Spec

inttra-ocean-execution-schedules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: INTTRA Ocean Execution API (e2open) — Schedules
  description: 'INTTRA Ocean Execution API (e2open) — Schedules. 1 operations. Lead operation: Search ocean vessel schedules.
    Self-contained Naftiko capability covering one E2open business surface.'
  tags:
  - E2open
  - Schedules
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    E2OPEN_API_KEY: E2OPEN_API_KEY
capability:
  consumes:
  - type: http
    namespace: inttra-ocean-execution-schedules
    baseUri: https://api.inttra.com/v1
    description: INTTRA Ocean Execution API (e2open) — Schedules business capability. Self-contained, no shared references.
    resources:
    - name: schedules
      path: /schedules
      operations:
      - name: searchschedules
        method: GET
        description: Search ocean vessel schedules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: originPort
          in: query
          type: string
          description: UN/LOCODE origin port
          required: true
        - name: destinationPort
          in: query
          type: string
          description: UN/LOCODE destination port
          required: true
        - name: departureAfter
          in: query
          type: string
          description: Search from this departure date (ISO 8601)
        - name: departureBefore
          in: query
          type: string
        - name: carrier
          in: query
          type: string
          description: Filter by carrier SCAC code
        - name: limit
          in: query
          type: integer
    authentication:
      type: bearer
      token: '{{env.E2OPEN_API_KEY}}'
  exposes:
  - type: rest
    namespace: inttra-ocean-execution-schedules-rest
    port: 8080
    description: REST adapter for INTTRA Ocean Execution API (e2open) — Schedules. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/schedules
      name: schedules
      description: REST surface for schedules.
      operations:
      - method: GET
        name: searchschedules
        description: Search ocean vessel schedules
        call: inttra-ocean-execution-schedules.searchschedules
        with:
          originPort: rest.originPort
          destinationPort: rest.destinationPort
          departureAfter: rest.departureAfter
          departureBefore: rest.departureBefore
          carrier: rest.carrier
          limit: rest.limit
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: inttra-ocean-execution-schedules-mcp
    port: 9090
    transport: http
    description: MCP adapter for INTTRA Ocean Execution API (e2open) — Schedules. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: search-ocean-vessel-schedules
      description: Search ocean vessel schedules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: inttra-ocean-execution-schedules.searchschedules
      with:
        originPort: tools.originPort
        destinationPort: tools.destinationPort
        departureAfter: tools.departureAfter
        departureBefore: tools.departureBefore
        carrier: tools.carrier
        limit: tools.limit
      outputParameters:
      - type: object
        mapping: $.