blue-yonder · Capability

Blue Yonder Warehouse Management API — Tasks

Blue Yonder Warehouse Management API — Tasks. 1 operations. Lead operation: List warehouse tasks. Self-contained Naftiko capability covering one Blue Yonder business surface.

Run with Naftiko Blue YonderTasks

What You Can Do

GET
Listtasks — List warehouse tasks
/v1/wms/v1/tasks

MCP Tools

list-warehouse-tasks

List warehouse tasks

read-only idempotent

Capability Spec

warehouse-management-tasks.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Blue Yonder Warehouse Management API — Tasks
  description: 'Blue Yonder Warehouse Management API — Tasks. 1 operations. Lead operation: List warehouse tasks. Self-contained
    Naftiko capability covering one Blue Yonder business surface.'
  tags:
  - Blue Yonder
  - Tasks
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLUE_YONDER_API_KEY: BLUE_YONDER_API_KEY
capability:
  consumes:
  - type: http
    namespace: warehouse-management-tasks
    baseUri: https://api.blueyonder.example.com
    description: Blue Yonder Warehouse Management API — Tasks business capability. Self-contained, no shared references.
    resources:
    - name: wms-v1-tasks
      path: /wms/v1/tasks
      operations:
      - name: listtasks
        method: GET
        description: List warehouse tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: taskType
          in: query
          type: string
        - name: assignedTo
          in: query
          type: string
        - name: status
          in: query
          type: string
    authentication:
      type: bearer
      token: '{{env.BLUE_YONDER_API_KEY}}'
  exposes:
  - type: rest
    namespace: warehouse-management-tasks-rest
    port: 8080
    description: REST adapter for Blue Yonder Warehouse Management API — Tasks. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/wms/v1/tasks
      name: wms-v1-tasks
      description: REST surface for wms-v1-tasks.
      operations:
      - method: GET
        name: listtasks
        description: List warehouse tasks
        call: warehouse-management-tasks.listtasks
        with:
          taskType: rest.taskType
          assignedTo: rest.assignedTo
          status: rest.status
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: warehouse-management-tasks-mcp
    port: 9090
    transport: http
    description: MCP adapter for Blue Yonder Warehouse Management API — Tasks. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-warehouse-tasks
      description: List warehouse tasks
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: warehouse-management-tasks.listtasks
      with:
        taskType: tools.taskType
        assignedTo: tools.assignedTo
        status: tools.status
      outputParameters:
      - type: object
        mapping: $.