APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration

APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration. 6 operations. Lead operation: APIs.io Engineering Platform Delete account configuration. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Network Monitoring Configuration

What You Can Do

DELETE
Magicnetworkmonitoringconfigurationdeleteaccountconfiguration — APIs.io Engineering Platform Delete account configuration
/v1/accounts/{account-id}/mnm/config
GET
Magicnetworkmonitoringconfigurationlistaccountconfiguration — APIs.io Engineering Platform List account configuration
/v1/accounts/{account-id}/mnm/config
PATCH
Magicnetworkmonitoringconfigurationupdateaccountconfigurationfields — APIs.io Engineering Platform Update account configuration fields
/v1/accounts/{account-id}/mnm/config
POST
Magicnetworkmonitoringconfigurationcreateaccountconfiguration — APIs.io Engineering Platform Create account configuration
/v1/accounts/{account-id}/mnm/config
PUT
Magicnetworkmonitoringconfigurationupdateanentireaccountconfiguration — APIs.io Engineering Platform Update an entire account configuration
/v1/accounts/{account-id}/mnm/config
GET
Magicnetworkmonitoringconfigurationlistrulesandaccountconfiguration — APIs.io Engineering Platform List rules and account configuration
/v1/accounts/{account-id}/mnm/config/full

MCP Tools

apis-io-engineering-platform-delete-account

APIs.io Engineering Platform Delete account configuration

idempotent
apis-io-engineering-platform-list-account

APIs.io Engineering Platform List account configuration

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

APIs.io Engineering Platform Update account configuration fields

idempotent
apis-io-engineering-platform-create-account

APIs.io Engineering Platform Create account configuration

apis-io-engineering-platform-update-entire

APIs.io Engineering Platform Update an entire account configuration

idempotent
apis-io-engineering-platform-list-rules

APIs.io Engineering Platform List rules and account configuration

read-only idempotent

Capability Spec

cloudflare-magic-network-monitoring-configuration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration. 6 operations. Lead operation:
    APIs.io Engineering Platform Delete account configuration. Self-contained Naftiko capability covering one Engineering
    Platform business surface.'
  tags:
  - Engineering Platform
  - Magic Network Monitoring Configuration
  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-network-monitoring-configuration
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration business capability.
      Self-contained, no shared references.
    resources:
    - name: accounts-account_id-mnm-config
      path: /accounts/{account_id}/mnm/config
      operations:
      - name: magicnetworkmonitoringconfigurationdeleteaccountconfiguration
        method: DELETE
        description: APIs.io Engineering Platform Delete account configuration
        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: magicnetworkmonitoringconfigurationlistaccountconfiguration
        method: GET
        description: APIs.io Engineering Platform List account configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicnetworkmonitoringconfigurationupdateaccountconfigurationfields
        method: PATCH
        description: APIs.io Engineering Platform Update account configuration fields
        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: magicnetworkmonitoringconfigurationcreateaccountconfiguration
        method: POST
        description: APIs.io Engineering Platform Create account configuration
        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: magicnetworkmonitoringconfigurationupdateanentireaccountconfiguration
        method: PUT
        description: APIs.io Engineering Platform Update an entire account configuration
        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-mnm-config-full
      path: /accounts/{account_id}/mnm/config/full
      operations:
      - name: magicnetworkmonitoringconfigurationlistrulesandaccountconfiguration
        method: GET
        description: APIs.io Engineering Platform List rules and account configuration
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-magic-network-monitoring-configuration-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/mnm/config
      name: accounts-account-id-mnm-config
      description: REST surface for accounts-account_id-mnm-config.
      operations:
      - method: DELETE
        name: magicnetworkmonitoringconfigurationdeleteaccountconfiguration
        description: APIs.io Engineering Platform Delete account configuration
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationdeleteaccountconfiguration
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicnetworkmonitoringconfigurationlistaccountconfiguration
        description: APIs.io Engineering Platform List account configuration
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationlistaccountconfiguration
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: magicnetworkmonitoringconfigurationupdateaccountconfigurationfields
        description: APIs.io Engineering Platform Update account configuration fields
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationupdateaccountconfigurationfields
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicnetworkmonitoringconfigurationcreateaccountconfiguration
        description: APIs.io Engineering Platform Create account configuration
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationcreateaccountconfiguration
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicnetworkmonitoringconfigurationupdateanentireaccountconfiguration
        description: APIs.io Engineering Platform Update an entire account configuration
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationupdateanentireaccountconfiguration
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/mnm/config/full
      name: accounts-account-id-mnm-config-full
      description: REST surface for accounts-account_id-mnm-config-full.
      operations:
      - method: GET
        name: magicnetworkmonitoringconfigurationlistrulesandaccountconfiguration
        description: APIs.io Engineering Platform List rules and account configuration
        call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationlistrulesandaccountconfiguration
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-network-monitoring-configuration-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Configuration. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-delete-account
      description: APIs.io Engineering Platform Delete account configuration
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationdeleteaccountconfiguration
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-account
      description: APIs.io Engineering Platform List account configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationlistaccountconfiguration
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-account
      description: APIs.io Engineering Platform Update account configuration fields
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationupdateaccountconfigurationfields
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-account
      description: APIs.io Engineering Platform Create account configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationcreateaccountconfiguration
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-entire
      description: APIs.io Engineering Platform Update an entire account configuration
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationupdateanentireaccountconfiguration
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-rules
      description: APIs.io Engineering Platform List rules and account configuration
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-configuration.magicnetworkmonitoringconfigurationlistrulesandaccountconfiguration
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.