J.B. Hunt 360 Connect API — Scheduling

J.B. Hunt 360 Connect API — Scheduling. 1 operations. Lead operation: Create Appointment. Self-contained Naftiko capability covering one Jb Hunt Transport Services business surface.

Run with Naftiko Jb Hunt Transport ServicesScheduling

What You Can Do

POST
Createappointment — Create Appointment
/v1/appointments

MCP Tools

create-appointment

Create Appointment

Capability Spec

jb-hunt-360-connect-scheduling.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: J.B. Hunt 360 Connect API — Scheduling
  description: 'J.B. Hunt 360 Connect API — Scheduling. 1 operations. Lead operation: Create Appointment. Self-contained Naftiko
    capability covering one Jb Hunt Transport Services business surface.'
  tags:
  - Jb Hunt Transport Services
  - Scheduling
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    JB_HUNT_TRANSPORT_SERVICES_API_KEY: JB_HUNT_TRANSPORT_SERVICES_API_KEY
capability:
  consumes:
  - type: http
    namespace: jb-hunt-360-connect-scheduling
    baseUri: https://api.jbhunt.com
    description: J.B. Hunt 360 Connect API — Scheduling business capability. Self-contained, no shared references.
    resources:
    - name: appointments
      path: /appointments
      operations:
      - name: createappointment
        method: POST
        description: Create Appointment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
  exposes:
  - type: rest
    namespace: jb-hunt-360-connect-scheduling-rest
    port: 8080
    description: REST adapter for J.B. Hunt 360 Connect API — Scheduling. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/appointments
      name: appointments
      description: REST surface for appointments.
      operations:
      - method: POST
        name: createappointment
        description: Create Appointment
        call: jb-hunt-360-connect-scheduling.createappointment
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: jb-hunt-360-connect-scheduling-mcp
    port: 9090
    transport: http
    description: MCP adapter for J.B. Hunt 360 Connect API — Scheduling. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: create-appointment
      description: Create Appointment
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: jb-hunt-360-connect-scheduling.createappointment
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.