APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels

APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels. 6 operations. Lead operation: APIs.io Engineering Platform List GRE tunnels. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic GRE Tunnels

What You Can Do

GET
Magicgretunnelslistgretunnels — APIs.io Engineering Platform List GRE tunnels
/v1/accounts/{account-id}/magic/gre-tunnels
POST
Magicgretunnelscreategretunnels — APIs.io Engineering Platform Create GRE tunnels
/v1/accounts/{account-id}/magic/gre-tunnels
PUT
Magicgretunnelsupdatemultiplegretunnels — APIs.io Engineering Platform Update multiple GRE tunnels
/v1/accounts/{account-id}/magic/gre-tunnels
DELETE
Magicgretunnelsdeletegretunnel — APIs.io Engineering Platform Delete GRE Tunnel
/v1/accounts/{account-id}/magic/gre-tunnels/{gre-tunnel-id}
GET
Magicgretunnelslistgretunneldetails — APIs.io Engineering Platform List GRE Tunnel Details
/v1/accounts/{account-id}/magic/gre-tunnels/{gre-tunnel-id}
PUT
Magicgretunnelsupdategretunnel — APIs.io Engineering Platform Update GRE Tunnel
/v1/accounts/{account-id}/magic/gre-tunnels/{gre-tunnel-id}

MCP Tools

apis-io-engineering-platform-list-gre

APIs.io Engineering Platform List GRE tunnels

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

APIs.io Engineering Platform Create GRE tunnels

apis-io-engineering-platform-update-multiple

APIs.io Engineering Platform Update multiple GRE tunnels

idempotent
apis-io-engineering-platform-delete-gre

APIs.io Engineering Platform Delete GRE Tunnel

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

APIs.io Engineering Platform List GRE Tunnel Details

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

APIs.io Engineering Platform Update GRE Tunnel

idempotent

Capability Spec

cloudflare-magic-gre-tunnels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels
  description: 'APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels. 6 operations. Lead operation: APIs.io Engineering
    Platform List GRE tunnels. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Magic GRE Tunnels
  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-magic-gre-tunnels
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels business capability. Self-contained, no shared
      references.
    resources:
    - name: accounts-account_id-magic-gre_tunnels
      path: /accounts/{account_id}/magic/gre_tunnels
      operations:
      - name: magicgretunnelslistgretunnels
        method: GET
        description: APIs.io Engineering Platform List GRE tunnels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicgretunnelscreategretunnels
        method: POST
        description: APIs.io Engineering Platform Create GRE tunnels
        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: magicgretunnelsupdatemultiplegretunnels
        method: PUT
        description: APIs.io Engineering Platform Update multiple GRE tunnels
        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-magic-gre_tunnels-gre_tunnel_id
      path: /accounts/{account_id}/magic/gre_tunnels/{gre_tunnel_id}
      operations:
      - name: magicgretunnelsdeletegretunnel
        method: DELETE
        description: APIs.io Engineering Platform Delete GRE Tunnel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: gre_tunnel_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: magicgretunnelslistgretunneldetails
        method: GET
        description: APIs.io Engineering Platform List GRE Tunnel Details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: gre_tunnel_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicgretunnelsupdategretunnel
        method: PUT
        description: APIs.io Engineering Platform Update GRE Tunnel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: gre_tunnel_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-magic-gre-tunnels-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/magic/gre-tunnels
      name: accounts-account-id-magic-gre-tunnels
      description: REST surface for accounts-account_id-magic-gre_tunnels.
      operations:
      - method: GET
        name: magicgretunnelslistgretunnels
        description: APIs.io Engineering Platform List GRE tunnels
        call: cloudflare-magic-gre-tunnels.magicgretunnelslistgretunnels
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicgretunnelscreategretunnels
        description: APIs.io Engineering Platform Create GRE tunnels
        call: cloudflare-magic-gre-tunnels.magicgretunnelscreategretunnels
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicgretunnelsupdatemultiplegretunnels
        description: APIs.io Engineering Platform Update multiple GRE tunnels
        call: cloudflare-magic-gre-tunnels.magicgretunnelsupdatemultiplegretunnels
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/magic/gre-tunnels/{gre-tunnel-id}
      name: accounts-account-id-magic-gre-tunnels-gre-tunnel-id
      description: REST surface for accounts-account_id-magic-gre_tunnels-gre_tunnel_id.
      operations:
      - method: DELETE
        name: magicgretunnelsdeletegretunnel
        description: APIs.io Engineering Platform Delete GRE Tunnel
        call: cloudflare-magic-gre-tunnels.magicgretunnelsdeletegretunnel
        with:
          gre_tunnel_id: rest.gre_tunnel_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicgretunnelslistgretunneldetails
        description: APIs.io Engineering Platform List GRE Tunnel Details
        call: cloudflare-magic-gre-tunnels.magicgretunnelslistgretunneldetails
        with:
          gre_tunnel_id: rest.gre_tunnel_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicgretunnelsupdategretunnel
        description: APIs.io Engineering Platform Update GRE Tunnel
        call: cloudflare-magic-gre-tunnels.magicgretunnelsupdategretunnel
        with:
          gre_tunnel_id: rest.gre_tunnel_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-gre-tunnels-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic GRE Tunnels. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-gre
      description: APIs.io Engineering Platform List GRE tunnels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-gre-tunnels.magicgretunnelslistgretunnels
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-gre
      description: APIs.io Engineering Platform Create GRE tunnels
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-gre-tunnels.magicgretunnelscreategretunnels
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-multiple
      description: APIs.io Engineering Platform Update multiple GRE tunnels
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-gre-tunnels.magicgretunnelsupdatemultiplegretunnels
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-gre
      description: APIs.io Engineering Platform Delete GRE Tunnel
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-gre-tunnels.magicgretunnelsdeletegretunnel
      with:
        gre_tunnel_id: tools.gre_tunnel_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-gre-2
      description: APIs.io Engineering Platform List GRE Tunnel Details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-gre-tunnels.magicgretunnelslistgretunneldetails
      with:
        gre_tunnel_id: tools.gre_tunnel_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-gre
      description: APIs.io Engineering Platform Update GRE Tunnel
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-gre-tunnels.magicgretunnelsupdategretunnel
      with:
        gre_tunnel_id: tools.gre_tunnel_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.