APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools

APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools. 10 operations. Lead operation: APIs.io Engineering Platform List Pools. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformAccount Load Balancer Pools

What You Can Do

GET
Accountloadbalancerpoolslistpools — APIs.io Engineering Platform List Pools
/v1/accounts/{account-id}/load-balancers/pools
PATCH
Accountloadbalancerpoolspatchpools — APIs.io Engineering Platform Patch Pools
/v1/accounts/{account-id}/load-balancers/pools
POST
Accountloadbalancerpoolscreatepool — APIs.io Engineering Platform Create Pool
/v1/accounts/{account-id}/load-balancers/pools
DELETE
Accountloadbalancerpoolsdeletepool — APIs.io Engineering Platform Delete Pool
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}
GET
Accountloadbalancerpoolspooldetails — APIs.io Engineering Platform Pool Details
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}
PATCH
Accountloadbalancerpoolspatchpool — APIs.io Engineering Platform Patch Pool
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}
PUT
Accountloadbalancerpoolsupdatepool — APIs.io Engineering Platform Update Pool
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}
GET
Accountloadbalancerpoolspoolhealthdetails — APIs.io Engineering Platform Pool Health Details
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}/health
POST
Accountloadbalancerpoolspreviewpool — APIs.io Engineering Platform Preview Pool
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}/preview
GET
Accountloadbalancerpoolslistpoolreferences — APIs.io Engineering Platform List Pool References
/v1/accounts/{account-id}/load-balancers/pools/{pool-id}/references

MCP Tools

apis-io-engineering-platform-list-pools

APIs.io Engineering Platform List Pools

read-only idempotent
apis-io-engineering-platform-patch-pools

APIs.io Engineering Platform Patch Pools

idempotent
apis-io-engineering-platform-create-pool

APIs.io Engineering Platform Create Pool

apis-io-engineering-platform-delete-pool

APIs.io Engineering Platform Delete Pool

idempotent
apis-io-engineering-platform-pool-details

APIs.io Engineering Platform Pool Details

read-only idempotent
apis-io-engineering-platform-patch-pool

APIs.io Engineering Platform Patch Pool

idempotent
apis-io-engineering-platform-update-pool

APIs.io Engineering Platform Update Pool

idempotent
apis-io-engineering-platform-pool-health

APIs.io Engineering Platform Pool Health Details

read-only idempotent
apis-io-engineering-platform-preview-pool

APIs.io Engineering Platform Preview Pool

apis-io-engineering-platform-list-pool

APIs.io Engineering Platform List Pool References

read-only idempotent

Capability Spec

cloudflare-account-load-balancer-pools.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools
  description: 'APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools. 10 operations. Lead operation:
    APIs.io Engineering Platform List Pools. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Account Load Balancer Pools
  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-account-load-balancer-pools
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-load_balancers-pools
      path: /accounts/{account_id}/load_balancers/pools
      operations:
      - name: accountloadbalancerpoolslistpools
        method: GET
        description: APIs.io Engineering Platform List Pools
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: monitor
          in: query
          type: string
      - name: accountloadbalancerpoolspatchpools
        method: PATCH
        description: APIs.io Engineering Platform Patch Pools
        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: accountloadbalancerpoolscreatepool
        method: POST
        description: APIs.io Engineering Platform Create Pool
        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-load_balancers-pools-pool_id
      path: /accounts/{account_id}/load_balancers/pools/{pool_id}
      operations:
      - name: accountloadbalancerpoolsdeletepool
        method: DELETE
        description: APIs.io Engineering Platform Delete Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_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: accountloadbalancerpoolspooldetails
        method: GET
        description: APIs.io Engineering Platform Pool Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: accountloadbalancerpoolspatchpool
        method: PATCH
        description: APIs.io Engineering Platform Patch Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_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: accountloadbalancerpoolsupdatepool
        method: PUT
        description: APIs.io Engineering Platform Update Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_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-load_balancers-pools-pool_id-health
      path: /accounts/{account_id}/load_balancers/pools/{pool_id}/health
      operations:
      - name: accountloadbalancerpoolspoolhealthdetails
        method: GET
        description: APIs.io Engineering Platform Pool Health Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-load_balancers-pools-pool_id-preview
      path: /accounts/{account_id}/load_balancers/pools/{pool_id}/preview
      operations:
      - name: accountloadbalancerpoolspreviewpool
        method: POST
        description: APIs.io Engineering Platform Preview Pool
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_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-load_balancers-pools-pool_id-references
      path: /accounts/{account_id}/load_balancers/pools/{pool_id}/references
      operations:
      - name: accountloadbalancerpoolslistpoolreferences
        method: GET
        description: APIs.io Engineering Platform List Pool References
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: pool_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-account-load-balancer-pools-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/load-balancers/pools
      name: accounts-account-id-load-balancers-pools
      description: REST surface for accounts-account_id-load_balancers-pools.
      operations:
      - method: GET
        name: accountloadbalancerpoolslistpools
        description: APIs.io Engineering Platform List Pools
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolslistpools
        with:
          account_id: rest.account_id
          monitor: rest.monitor
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: accountloadbalancerpoolspatchpools
        description: APIs.io Engineering Platform Patch Pools
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspatchpools
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: accountloadbalancerpoolscreatepool
        description: APIs.io Engineering Platform Create Pool
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolscreatepool
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/load-balancers/pools/{pool-id}
      name: accounts-account-id-load-balancers-pools-pool-id
      description: REST surface for accounts-account_id-load_balancers-pools-pool_id.
      operations:
      - method: DELETE
        name: accountloadbalancerpoolsdeletepool
        description: APIs.io Engineering Platform Delete Pool
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolsdeletepool
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: accountloadbalancerpoolspooldetails
        description: APIs.io Engineering Platform Pool Details
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspooldetails
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: accountloadbalancerpoolspatchpool
        description: APIs.io Engineering Platform Patch Pool
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspatchpool
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: accountloadbalancerpoolsupdatepool
        description: APIs.io Engineering Platform Update Pool
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolsupdatepool
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/load-balancers/pools/{pool-id}/health
      name: accounts-account-id-load-balancers-pools-pool-id-health
      description: REST surface for accounts-account_id-load_balancers-pools-pool_id-health.
      operations:
      - method: GET
        name: accountloadbalancerpoolspoolhealthdetails
        description: APIs.io Engineering Platform Pool Health Details
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspoolhealthdetails
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/load-balancers/pools/{pool-id}/preview
      name: accounts-account-id-load-balancers-pools-pool-id-preview
      description: REST surface for accounts-account_id-load_balancers-pools-pool_id-preview.
      operations:
      - method: POST
        name: accountloadbalancerpoolspreviewpool
        description: APIs.io Engineering Platform Preview Pool
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspreviewpool
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/load-balancers/pools/{pool-id}/references
      name: accounts-account-id-load-balancers-pools-pool-id-references
      description: REST surface for accounts-account_id-load_balancers-pools-pool_id-references.
      operations:
      - method: GET
        name: accountloadbalancerpoolslistpoolreferences
        description: APIs.io Engineering Platform List Pool References
        call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolslistpoolreferences
        with:
          pool_id: rest.pool_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-account-load-balancer-pools-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Account Load Balancer Pools. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-pools
      description: APIs.io Engineering Platform List Pools
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolslistpools
      with:
        account_id: tools.account_id
        monitor: tools.monitor
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-pools
      description: APIs.io Engineering Platform Patch Pools
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspatchpools
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-pool
      description: APIs.io Engineering Platform Create Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolscreatepool
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-pool
      description: APIs.io Engineering Platform Delete Pool
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolsdeletepool
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-pool-details
      description: APIs.io Engineering Platform Pool Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspooldetails
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-patch-pool
      description: APIs.io Engineering Platform Patch Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspatchpool
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-pool
      description: APIs.io Engineering Platform Update Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolsupdatepool
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-pool-health
      description: APIs.io Engineering Platform Pool Health Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspoolhealthdetails
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-preview-pool
      description: APIs.io Engineering Platform Preview Pool
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolspreviewpool
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-pool
      description: APIs.io Engineering Platform List Pool References
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-account-load-balancer-pools.accountloadbalancerpoolslistpoolreferences
      with:
        pool_id: tools.pool_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.