APIs.io Engineering Platform Cloudflare API — Lists

APIs.io Engineering Platform Cloudflare API — Lists. 11 operations. Lead operation: APIs.io Engineering Platform Get bulk operation status. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformLists

What You Can Do

GET
Listsgetbulkoperationstatus — APIs.io Engineering Platform Get bulk operation status
/v1/accounts/{account-identifier}/rules/lists/bulk-operations/{operation-id}
GET
Listsgetalistitem — APIs.io Engineering Platform Get a list item
/v1/accounts/{account-identifier}/rules/lists/{list-id}/items/{item-id}
GET
Listsgetlists — APIs.io Engineering Platform Get lists
/v1/accounts/{account-id}/rules/lists
POST
Listscreatealist — APIs.io Engineering Platform Create a list
/v1/accounts/{account-id}/rules/lists
DELETE
Listsdeletealist — APIs.io Engineering Platform Delete a list
/v1/accounts/{account-id}/rules/lists/{list-id}
GET
Listsgetalist — APIs.io Engineering Platform Get a list
/v1/accounts/{account-id}/rules/lists/{list-id}
PUT
Listsupdatealist — APIs.io Engineering Platform Update a list
/v1/accounts/{account-id}/rules/lists/{list-id}
DELETE
Listsdeletelistitems — APIs.io Engineering Platform Delete list items
/v1/accounts/{account-id}/rules/lists/{list-id}/items
GET
Listsgetlistitems — APIs.io Engineering Platform Get list items
/v1/accounts/{account-id}/rules/lists/{list-id}/items
POST
Listscreatelistitems — APIs.io Engineering Platform Create list items
/v1/accounts/{account-id}/rules/lists/{list-id}/items
PUT
Listsupdatealllistitems — APIs.io Engineering Platform Update all list items
/v1/accounts/{account-id}/rules/lists/{list-id}/items

MCP Tools

apis-io-engineering-platform-get-bulk

APIs.io Engineering Platform Get bulk operation status

read-only idempotent
apis-io-engineering-platform-get-list

APIs.io Engineering Platform Get a list item

read-only idempotent
apis-io-engineering-platform-get-lists

APIs.io Engineering Platform Get lists

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

APIs.io Engineering Platform Create a list

apis-io-engineering-platform-delete-list

APIs.io Engineering Platform Delete a list

idempotent
apis-io-engineering-platform-get-list-2

APIs.io Engineering Platform Get a list

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

APIs.io Engineering Platform Update a list

idempotent
apis-io-engineering-platform-delete-list-2

APIs.io Engineering Platform Delete list items

idempotent
apis-io-engineering-platform-get-list-3

APIs.io Engineering Platform Get list items

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

APIs.io Engineering Platform Create list items

read-only
apis-io-engineering-platform-update-all

APIs.io Engineering Platform Update all list items

idempotent

Capability Spec

cloudflare-lists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Lists
  description: 'APIs.io Engineering Platform Cloudflare API — Lists. 11 operations. Lead operation: APIs.io Engineering Platform
    Get bulk operation status. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Lists
  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-lists
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Lists business capability. Self-contained, no shared references.
    resources:
    - name: accounts-account_identifier-rules-lists-bulk_operations-operation_id
      path: /accounts/{account_identifier}/rules/lists/bulk_operations/{operation_id}
      operations:
      - name: listsgetbulkoperationstatus
        method: GET
        description: APIs.io Engineering Platform Get bulk operation status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operation_id
          in: path
          type: string
          required: true
        - name: account_identifier
          in: path
          type: string
          required: true
    - name: accounts-account_identifier-rules-lists-list_id-items-item_id
      path: /accounts/{account_identifier}/rules/lists/{list_id}/items/{item_id}
      operations:
      - name: listsgetalistitem
        method: GET
        description: APIs.io Engineering Platform Get a list item
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: item_id
          in: path
          type: string
          required: true
        - name: list_id
          in: path
          type: string
          required: true
        - name: account_identifier
          in: path
          type: string
          required: true
    - name: accounts-account_id-rules-lists
      path: /accounts/{account_id}/rules/lists
      operations:
      - name: listsgetlists
        method: GET
        description: APIs.io Engineering Platform Get lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: listscreatealist
        method: POST
        description: APIs.io Engineering Platform Create a list
        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-rules-lists-list_id
      path: /accounts/{account_id}/rules/lists/{list_id}
      operations:
      - name: listsdeletealist
        method: DELETE
        description: APIs.io Engineering Platform Delete a list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: listsgetalist
        method: GET
        description: APIs.io Engineering Platform Get a list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: listsupdatealist
        method: PUT
        description: APIs.io Engineering Platform Update a list
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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-rules-lists-list_id-items
      path: /accounts/{account_id}/rules/lists/{list_id}/items
      operations:
      - name: listsdeletelistitems
        method: DELETE
        description: APIs.io Engineering Platform Delete list items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: listsgetlistitems
        method: GET
        description: APIs.io Engineering Platform Get list items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: cursor
          in: query
          type: string
        - name: per_page
          in: query
          type: integer
        - name: search
          in: query
          type: string
      - name: listscreatelistitems
        method: POST
        description: APIs.io Engineering Platform Create list items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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: listsupdatealllistitems
        method: PUT
        description: APIs.io Engineering Platform Update all list items
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: list_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-lists-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Lists. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-identifier}/rules/lists/bulk-operations/{operation-id}
      name: accounts-account-identifier-rules-lists-bulk-operations-operation-id
      description: REST surface for accounts-account_identifier-rules-lists-bulk_operations-operation_id.
      operations:
      - method: GET
        name: listsgetbulkoperationstatus
        description: APIs.io Engineering Platform Get bulk operation status
        call: cloudflare-lists.listsgetbulkoperationstatus
        with:
          operation_id: rest.operation_id
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-identifier}/rules/lists/{list-id}/items/{item-id}
      name: accounts-account-identifier-rules-lists-list-id-items-item-id
      description: REST surface for accounts-account_identifier-rules-lists-list_id-items-item_id.
      operations:
      - method: GET
        name: listsgetalistitem
        description: APIs.io Engineering Platform Get a list item
        call: cloudflare-lists.listsgetalistitem
        with:
          item_id: rest.item_id
          list_id: rest.list_id
          account_identifier: rest.account_identifier
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/rules/lists
      name: accounts-account-id-rules-lists
      description: REST surface for accounts-account_id-rules-lists.
      operations:
      - method: GET
        name: listsgetlists
        description: APIs.io Engineering Platform Get lists
        call: cloudflare-lists.listsgetlists
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: listscreatealist
        description: APIs.io Engineering Platform Create a list
        call: cloudflare-lists.listscreatealist
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/rules/lists/{list-id}
      name: accounts-account-id-rules-lists-list-id
      description: REST surface for accounts-account_id-rules-lists-list_id.
      operations:
      - method: DELETE
        name: listsdeletealist
        description: APIs.io Engineering Platform Delete a list
        call: cloudflare-lists.listsdeletealist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listsgetalist
        description: APIs.io Engineering Platform Get a list
        call: cloudflare-lists.listsgetalist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: listsupdatealist
        description: APIs.io Engineering Platform Update a list
        call: cloudflare-lists.listsupdatealist
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/rules/lists/{list-id}/items
      name: accounts-account-id-rules-lists-list-id-items
      description: REST surface for accounts-account_id-rules-lists-list_id-items.
      operations:
      - method: DELETE
        name: listsdeletelistitems
        description: APIs.io Engineering Platform Delete list items
        call: cloudflare-lists.listsdeletelistitems
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listsgetlistitems
        description: APIs.io Engineering Platform Get list items
        call: cloudflare-lists.listsgetlistitems
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          cursor: rest.cursor
          per_page: rest.per_page
          search: rest.search
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: listscreatelistitems
        description: APIs.io Engineering Platform Create list items
        call: cloudflare-lists.listscreatelistitems
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: listsupdatealllistitems
        description: APIs.io Engineering Platform Update all list items
        call: cloudflare-lists.listsupdatealllistitems
        with:
          list_id: rest.list_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-lists-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Lists. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-bulk
      description: APIs.io Engineering Platform Get bulk operation status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsgetbulkoperationstatus
      with:
        operation_id: tools.operation_id
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-list
      description: APIs.io Engineering Platform Get a list item
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsgetalistitem
      with:
        item_id: tools.item_id
        list_id: tools.list_id
        account_identifier: tools.account_identifier
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-lists
      description: APIs.io Engineering Platform Get lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsgetlists
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-list
      description: APIs.io Engineering Platform Create a list
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-lists.listscreatealist
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-list
      description: APIs.io Engineering Platform Delete a list
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-lists.listsdeletealist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-list-2
      description: APIs.io Engineering Platform Get a list
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsgetalist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-list
      description: APIs.io Engineering Platform Update a list
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsupdatealist
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-list-2
      description: APIs.io Engineering Platform Delete list items
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-lists.listsdeletelistitems
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-list-3
      description: APIs.io Engineering Platform Get list items
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsgetlistitems
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        cursor: tools.cursor
        per_page: tools.per_page
        search: tools.search
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-list-2
      description: APIs.io Engineering Platform Create list items
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-lists.listscreatelistitems
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-all
      description: APIs.io Engineering Platform Update all list items
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-lists.listsupdatealllistitems
      with:
        list_id: tools.list_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.