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

APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules. 7 operations. Lead operation: APIs.io Engineering Platform List rules. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformMagic Network Monitoring Rules

What You Can Do

GET
Magicnetworkmonitoringruleslistrules — APIs.io Engineering Platform List rules
/v1/accounts/{account-id}/mnm/rules
POST
Magicnetworkmonitoringrulescreaterules — APIs.io Engineering Platform Create rules
/v1/accounts/{account-id}/mnm/rules
PUT
Magicnetworkmonitoringrulesupdaterules — APIs.io Engineering Platform Update rules
/v1/accounts/{account-id}/mnm/rules
DELETE
Magicnetworkmonitoringrulesdeleterule — APIs.io Engineering Platform Delete rule
/v1/accounts/{account-id}/mnm/rules/{rule-id}
GET
Magicnetworkmonitoringrulesgetrule — APIs.io Engineering Platform Get rule
/v1/accounts/{account-id}/mnm/rules/{rule-id}
PATCH
Magicnetworkmonitoringrulesupdaterule — APIs.io Engineering Platform Update rule
/v1/accounts/{account-id}/mnm/rules/{rule-id}
PATCH
Magicnetworkmonitoringrulesupdateadvertisementforrule — APIs.io Engineering Platform Update advertisement for rule
/v1/accounts/{account-id}/mnm/rules/{rule-id}/advertisement

MCP Tools

apis-io-engineering-platform-list-rules

APIs.io Engineering Platform List rules

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

APIs.io Engineering Platform Create rules

apis-io-engineering-platform-update-rules

APIs.io Engineering Platform Update rules

idempotent
apis-io-engineering-platform-delete-rule

APIs.io Engineering Platform Delete rule

idempotent
apis-io-engineering-platform-get-rule

APIs.io Engineering Platform Get rule

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

APIs.io Engineering Platform Update rule

idempotent
apis-io-engineering-platform-update-advertisement

APIs.io Engineering Platform Update advertisement for rule

idempotent

Capability Spec

cloudflare-magic-network-monitoring-rules.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules
  description: 'APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules. 7 operations. Lead operation:
    APIs.io Engineering Platform List rules. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Magic Network Monitoring Rules
  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-rules
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-mnm-rules
      path: /accounts/{account_id}/mnm/rules
      operations:
      - name: magicnetworkmonitoringruleslistrules
        method: GET
        description: APIs.io Engineering Platform List rules
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicnetworkmonitoringrulescreaterules
        method: POST
        description: APIs.io Engineering Platform Create rules
        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: magicnetworkmonitoringrulesupdaterules
        method: PUT
        description: APIs.io Engineering Platform Update rules
        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-rules-rule_id
      path: /accounts/{account_id}/mnm/rules/{rule_id}
      operations:
      - name: magicnetworkmonitoringrulesdeleterule
        method: DELETE
        description: APIs.io Engineering Platform Delete rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rule_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: magicnetworkmonitoringrulesgetrule
        method: GET
        description: APIs.io Engineering Platform Get rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rule_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: magicnetworkmonitoringrulesupdaterule
        method: PATCH
        description: APIs.io Engineering Platform Update rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rule_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-mnm-rules-rule_id-advertisement
      path: /accounts/{account_id}/mnm/rules/{rule_id}/advertisement
      operations:
      - name: magicnetworkmonitoringrulesupdateadvertisementforrule
        method: PATCH
        description: APIs.io Engineering Platform Update advertisement for rule
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: rule_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-network-monitoring-rules-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/mnm/rules
      name: accounts-account-id-mnm-rules
      description: REST surface for accounts-account_id-mnm-rules.
      operations:
      - method: GET
        name: magicnetworkmonitoringruleslistrules
        description: APIs.io Engineering Platform List rules
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringruleslistrules
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: magicnetworkmonitoringrulescreaterules
        description: APIs.io Engineering Platform Create rules
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulescreaterules
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: magicnetworkmonitoringrulesupdaterules
        description: APIs.io Engineering Platform Update rules
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdaterules
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/mnm/rules/{rule-id}
      name: accounts-account-id-mnm-rules-rule-id
      description: REST surface for accounts-account_id-mnm-rules-rule_id.
      operations:
      - method: DELETE
        name: magicnetworkmonitoringrulesdeleterule
        description: APIs.io Engineering Platform Delete rule
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesdeleterule
        with:
          rule_id: rest.rule_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: magicnetworkmonitoringrulesgetrule
        description: APIs.io Engineering Platform Get rule
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesgetrule
        with:
          rule_id: rest.rule_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: magicnetworkmonitoringrulesupdaterule
        description: APIs.io Engineering Platform Update rule
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdaterule
        with:
          rule_id: rest.rule_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/mnm/rules/{rule-id}/advertisement
      name: accounts-account-id-mnm-rules-rule-id-advertisement
      description: REST surface for accounts-account_id-mnm-rules-rule_id-advertisement.
      operations:
      - method: PATCH
        name: magicnetworkmonitoringrulesupdateadvertisementforrule
        description: APIs.io Engineering Platform Update advertisement for rule
        call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdateadvertisementforrule
        with:
          rule_id: rest.rule_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-magic-network-monitoring-rules-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Magic Network Monitoring Rules. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-rules
      description: APIs.io Engineering Platform List rules
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringruleslistrules
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-rules
      description: APIs.io Engineering Platform Create rules
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulescreaterules
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-rules
      description: APIs.io Engineering Platform Update rules
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdaterules
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-rule
      description: APIs.io Engineering Platform Delete rule
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesdeleterule
      with:
        rule_id: tools.rule_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-rule
      description: APIs.io Engineering Platform Get rule
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesgetrule
      with:
        rule_id: tools.rule_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-rule
      description: APIs.io Engineering Platform Update rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdaterule
      with:
        rule_id: tools.rule_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-advertisement
      description: APIs.io Engineering Platform Update advertisement for rule
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-magic-network-monitoring-rules.magicnetworkmonitoringrulesupdateadvertisementforrule
      with:
        rule_id: tools.rule_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.