Amazon Deadline Cloud · Capability

Amazon Deadline Cloud API — Workers

Amazon Deadline Cloud API — Workers. 1 operations. Lead operation: List Workers. Self-contained Naftiko capability covering one Amazon Deadline Cloud business surface.

Run with Naftiko Amazon Deadline CloudWorkers

What You Can Do

GET
Listworkers — List Workers
/v1/2023-10-12/farms/{farmid}/fleets/{fleetid}/workers

MCP Tools

list-workers

List Workers

read-only idempotent

Capability Spec

amazon-deadline-cloud-workers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Deadline Cloud API — Workers
  description: 'Amazon Deadline Cloud API — Workers. 1 operations. Lead operation: List Workers. Self-contained Naftiko capability
    covering one Amazon Deadline Cloud business surface.'
  tags:
  - Amazon Deadline Cloud
  - Workers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_DEADLINE_CLOUD_API_KEY: AMAZON_DEADLINE_CLOUD_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-deadline-cloud-workers
    baseUri: https://deadline.amazonaws.com
    description: Amazon Deadline Cloud API — Workers business capability. Self-contained, no shared references.
    resources:
    - name: 2023-10-12-farms-farmId-fleets-fleetId-workers
      path: /2023-10-12/farms/{farmId}/fleets/{fleetId}/workers
      operations:
      - name: listworkers
        method: GET
        description: List Workers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: farmId
          in: path
          type: string
          required: true
        - name: fleetId
          in: path
          type: string
          required: true
        - name: maxResults
          in: query
          type: integer
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.AMAZON_DEADLINE_CLOUD_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: amazon-deadline-cloud-workers-rest
    port: 8080
    description: REST adapter for Amazon Deadline Cloud API — Workers. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/2023-10-12/farms/{farmid}/fleets/{fleetid}/workers
      name: 2023-10-12-farms-farmid-fleets-fleetid-workers
      description: REST surface for 2023-10-12-farms-farmId-fleets-fleetId-workers.
      operations:
      - method: GET
        name: listworkers
        description: List Workers
        call: amazon-deadline-cloud-workers.listworkers
        with:
          farmId: rest.farmId
          fleetId: rest.fleetId
          maxResults: rest.maxResults
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-deadline-cloud-workers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Deadline Cloud API — Workers. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: list-workers
      description: List Workers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-deadline-cloud-workers.listworkers
      with:
        farmId: tools.farmId
        fleetId: tools.fleetId
        maxResults: tools.maxResults
      outputParameters:
      - type: object
        mapping: $.