APIs.io Engineering Platform Cloudflare API — Queue

APIs.io Engineering Platform Cloudflare API — Queue. 11 operations. Lead operation: APIs.io Engineering Platform List Queues. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformQueue

What You Can Do

GET
Queuev2listqueues — APIs.io Engineering Platform List Queues
/v1/accounts/{account-id}/queues
POST
Queuev2createqueue — APIs.io Engineering Platform Create Queue
/v1/accounts/{account-id}/queues
DELETE
Queuev2deletequeue — APIs.io Engineering Platform Delete Queue
/v1/accounts/{account-id}/queues/{queue-id}
GET
Queuev2queuedetails — APIs.io Engineering Platform Queue Details
/v1/accounts/{account-id}/queues/{queue-id}
PUT
Queuev2updatequeue — APIs.io Engineering Platform Update Queue
/v1/accounts/{account-id}/queues/{queue-id}
GET
Queuev2listqueueconsumers — APIs.io Engineering Platform List Queue Consumers
/v1/accounts/{account-id}/queues/{queue-id}/consumers
POST
Queuev2createqueueconsumer — APIs.io Engineering Platform Create Queue Consumer
/v1/accounts/{account-id}/queues/{queue-id}/consumers
DELETE
Queuev2deletequeueconsumer — APIs.io Engineering Platform Delete Queue Consumer
/v1/accounts/{account-id}/queues/{queue-id}/consumers/{consumer-id}
PUT
Queuev2updatequeueconsumer — APIs.io Engineering Platform Update Queue Consumer
/v1/accounts/{account-id}/queues/{queue-id}/consumers/{consumer-id}
POST
Queuev2messagesack — APIs.io Engineering Platform Acknowledge + Retry Queue Messages
/v1/accounts/{account-id}/queues/{queue-id}/messages/ack
POST
Queuev2messagespull — APIs.io Engineering Platform Pull Queue Messages
/v1/accounts/{account-id}/queues/{queue-id}/messages/pull

MCP Tools

apis-io-engineering-platform-list-queues

APIs.io Engineering Platform List Queues

read-only idempotent
apis-io-engineering-platform-create-queue

APIs.io Engineering Platform Create Queue

apis-io-engineering-platform-delete-queue

APIs.io Engineering Platform Delete Queue

idempotent
apis-io-engineering-platform-queue-details

APIs.io Engineering Platform Queue Details

read-only idempotent
apis-io-engineering-platform-update-queue

APIs.io Engineering Platform Update Queue

idempotent
apis-io-engineering-platform-list-queue

APIs.io Engineering Platform List Queue Consumers

read-only idempotent
apis-io-engineering-platform-create-queue-2

APIs.io Engineering Platform Create Queue Consumer

apis-io-engineering-platform-delete-queue-2

APIs.io Engineering Platform Delete Queue Consumer

idempotent
apis-io-engineering-platform-update-queue-2

APIs.io Engineering Platform Update Queue Consumer

idempotent
apis-io-engineering-platform-acknowledge-retry

APIs.io Engineering Platform Acknowledge + Retry Queue Messages

apis-io-engineering-platform-pull-queue

APIs.io Engineering Platform Pull Queue Messages

Capability Spec

cloudflare-queue.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Queue
  description: 'APIs.io Engineering Platform Cloudflare API — Queue. 11 operations. Lead operation: APIs.io Engineering Platform
    List Queues. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Queue
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-queue
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Queue business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_id-queues
      path: /accounts/{account_id}/queues
      operations:
      - name: queuev2listqueues
        method: GET
        description: APIs.io Engineering Platform List Queues
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: queuev2createqueue
        method: POST
        description: APIs.io Engineering Platform Create Queue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-queues-queue_id
      path: /accounts/{account_id}/queues/{queue_id}
      operations:
      - name: queuev2deletequeue
        method: DELETE
        description: APIs.io Engineering Platform Delete Queue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: queuev2queuedetails
        method: GET
        description: APIs.io Engineering Platform Queue Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: queuev2updatequeue
        method: PUT
        description: APIs.io Engineering Platform Update Queue
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-queues-queue_id-consumers
      path: /accounts/{account_id}/queues/{queue_id}/consumers
      operations:
      - name: queuev2listqueueconsumers
        method: GET
        description: APIs.io Engineering Platform List Queue Consumers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: queuev2createqueueconsumer
        method: POST
        description: APIs.io Engineering Platform Create Queue Consumer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-queues-queue_id-consumers-consumer_id
      path: /accounts/{account_id}/queues/{queue_id}/consumers/{consumer_id}
      operations:
      - name: queuev2deletequeueconsumer
        method: DELETE
        description: APIs.io Engineering Platform Delete Queue Consumer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: consumer_id
          in: path
          type: string
          required: true
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: queuev2updatequeueconsumer
        method: PUT
        description: APIs.io Engineering Platform Update Queue Consumer
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: consumer_id
          in: path
          type: string
          required: true
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-queues-queue_id-messages-ack
      path: /accounts/{account_id}/queues/{queue_id}/messages/ack
      operations:
      - name: queuev2messagesack
        method: POST
        description: APIs.io Engineering Platform Acknowledge + Retry Queue Messages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-queues-queue_id-messages-pull
      path: /accounts/{account_id}/queues/{queue_id}/messages/pull
      operations:
      - name: queuev2messagespull
        method: POST
        description: APIs.io Engineering Platform Pull Queue Messages
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: queue_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-queue-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Queue. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/queues
      name: accounts-account-id-queues
      description: REST surface for accounts-account_id-queues.
      operations:
      - method: GET
        name: queuev2listqueues
        description: APIs.io Engineering Platform List Queues
        call: cloudflare-queue.queuev2listqueues
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: queuev2createqueue
        description: APIs.io Engineering Platform Create Queue
        call: cloudflare-queue.queuev2createqueue
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/queues/{queue-id}
      name: accounts-account-id-queues-queue-id
      description: REST surface for accounts-account_id-queues-queue_id.
      operations:
      - method: DELETE
        name: queuev2deletequeue
        description: APIs.io Engineering Platform Delete Queue
        call: cloudflare-queue.queuev2deletequeue
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: queuev2queuedetails
        description: APIs.io Engineering Platform Queue Details
        call: cloudflare-queue.queuev2queuedetails
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: queuev2updatequeue
        description: APIs.io Engineering Platform Update Queue
        call: cloudflare-queue.queuev2updatequeue
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/queues/{queue-id}/consumers
      name: accounts-account-id-queues-queue-id-consumers
      description: REST surface for accounts-account_id-queues-queue_id-consumers.
      operations:
      - method: GET
        name: queuev2listqueueconsumers
        description: APIs.io Engineering Platform List Queue Consumers
        call: cloudflare-queue.queuev2listqueueconsumers
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: queuev2createqueueconsumer
        description: APIs.io Engineering Platform Create Queue Consumer
        call: cloudflare-queue.queuev2createqueueconsumer
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/queues/{queue-id}/consumers/{consumer-id}
      name: accounts-account-id-queues-queue-id-consumers-consumer-id
      description: REST surface for accounts-account_id-queues-queue_id-consumers-consumer_id.
      operations:
      - method: DELETE
        name: queuev2deletequeueconsumer
        description: APIs.io Engineering Platform Delete Queue Consumer
        call: cloudflare-queue.queuev2deletequeueconsumer
        with:
          consumer_id: rest.consumer_id
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: queuev2updatequeueconsumer
        description: APIs.io Engineering Platform Update Queue Consumer
        call: cloudflare-queue.queuev2updatequeueconsumer
        with:
          consumer_id: rest.consumer_id
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/queues/{queue-id}/messages/ack
      name: accounts-account-id-queues-queue-id-messages-ack
      description: REST surface for accounts-account_id-queues-queue_id-messages-ack.
      operations:
      - method: POST
        name: queuev2messagesack
        description: APIs.io Engineering Platform Acknowledge + Retry Queue Messages
        call: cloudflare-queue.queuev2messagesack
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/queues/{queue-id}/messages/pull
      name: accounts-account-id-queues-queue-id-messages-pull
      description: REST surface for accounts-account_id-queues-queue_id-messages-pull.
      operations:
      - method: POST
        name: queuev2messagespull
        description: APIs.io Engineering Platform Pull Queue Messages
        call: cloudflare-queue.queuev2messagespull
        with:
          queue_id: rest.queue_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-queue-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Queue. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-queues
      description: APIs.io Engineering Platform List Queues
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-queue.queuev2listqueues
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-queue
      description: APIs.io Engineering Platform Create Queue
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-queue.queuev2createqueue
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-queue
      description: APIs.io Engineering Platform Delete Queue
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-queue.queuev2deletequeue
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-queue-details
      description: APIs.io Engineering Platform Queue Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-queue.queuev2queuedetails
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-queue
      description: APIs.io Engineering Platform Update Queue
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-queue.queuev2updatequeue
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-queue
      description: APIs.io Engineering Platform List Queue Consumers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-queue.queuev2listqueueconsumers
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-queue-2
      description: APIs.io Engineering Platform Create Queue Consumer
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-queue.queuev2createqueueconsumer
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-queue-2
      description: APIs.io Engineering Platform Delete Queue Consumer
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-queue.queuev2deletequeueconsumer
      with:
        consumer_id: tools.consumer_id
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-queue-2
      description: APIs.io Engineering Platform Update Queue Consumer
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-queue.queuev2updatequeueconsumer
      with:
        consumer_id: tools.consumer_id
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-acknowledge-retry
      description: APIs.io Engineering Platform Acknowledge + Retry Queue Messages
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-queue.queuev2messagesack
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-pull-queue
      description: APIs.io Engineering Platform Pull Queue Messages
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-queue.queuev2messagespull
      with:
        queue_id: tools.queue_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.