ArcBest · Capability

ArcBest API — Pickups

ArcBest API — Pickups. 1 operations. Lead operation: ArcBest Schedule Pickup. Self-contained Naftiko capability covering one Arcbest business surface.

Run with Naftiko ArcbestPickups

What You Can Do

POST
Schedulepickup — ArcBest Schedule Pickup
/v1/pickups

MCP Tools

arcbest-schedule-pickup

ArcBest Schedule Pickup

Capability Spec

arcbest-pickups.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: ArcBest API — Pickups
  description: 'ArcBest API — Pickups. 1 operations. Lead operation: ArcBest Schedule Pickup. Self-contained Naftiko capability
    covering one Arcbest business surface.'
  tags:
  - Arcbest
  - Pickups
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARCBEST_API_KEY: ARCBEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: arcbest-pickups
    baseUri: https://api.arcbest.com/v2
    description: ArcBest API — Pickups business capability. Self-contained, no shared references.
    resources:
    - name: pickups
      path: /pickups
      operations:
      - name: schedulepickup
        method: POST
        description: ArcBest Schedule Pickup
        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.ARCBEST_API_KEY}}'
  exposes:
  - type: rest
    namespace: arcbest-pickups-rest
    port: 8080
    description: REST adapter for ArcBest API — Pickups. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/pickups
      name: pickups
      description: REST surface for pickups.
      operations:
      - method: POST
        name: schedulepickup
        description: ArcBest Schedule Pickup
        call: arcbest-pickups.schedulepickup
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: arcbest-pickups-mcp
    port: 9090
    transport: http
    description: MCP adapter for ArcBest API — Pickups. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: arcbest-schedule-pickup
      description: ArcBest Schedule Pickup
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: arcbest-pickups.schedulepickup
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.