New Relic · Capability

New Relic — Channel

New Relic — Channel. 1 operations. Lead operation: New Relic Delete Alerts Channels Channel. Self-contained Naftiko capability covering one New Relic business surface.

Run with Naftiko New RelicChannel

What You Can Do

DELETE
Deletealertschannelschannelid — New Relic Delete Alerts Channels Channel
/v1/alerts-channels/channel-id-json

MCP Tools

new-relic-delete-alerts-channels

New Relic Delete Alerts Channels Channel

idempotent

Capability Spec

new-relic-channel.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: New Relic — Channel
  description: 'New Relic — Channel. 1 operations. Lead operation: New Relic Delete Alerts Channels Channel. Self-contained
    Naftiko capability covering one New Relic business surface.'
  tags:
  - New Relic
  - Channel
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    NEW_RELIC_API_KEY: NEW_RELIC_API_KEY
capability:
  consumes:
  - type: http
    namespace: new-relic-channel
    baseUri: https://api.newrelic.com/v2
    description: New Relic — Channel business capability. Self-contained, no shared references.
    resources:
    - name: alerts_channels-channel_id}.json
      path: /alerts_channels/{channel_id}.json
      operations:
      - name: deletealertschannelschannelid
        method: DELETE
        description: New Relic Delete Alerts Channels Channel
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: channel_id
          in: path
          type: integer
          description: Channel ID
          required: true
    authentication:
      type: apikey
      key: Api-Key
      value: '{{env.NEW_RELIC_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: new-relic-channel-rest
    port: 8080
    description: REST adapter for New Relic — Channel. One Spectral-compliant resource per consumed operation, prefixed with
      /v1.
    resources:
    - path: /v1/alerts-channels/channel-id-json
      name: alerts-channels-channel-id-json
      description: REST surface for alerts_channels-channel_id}.json.
      operations:
      - method: DELETE
        name: deletealertschannelschannelid
        description: New Relic Delete Alerts Channels Channel
        call: new-relic-channel.deletealertschannelschannelid
        with:
          channel_id: rest.channel_id
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: new-relic-channel-mcp
    port: 9090
    transport: http
    description: MCP adapter for New Relic — Channel. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: new-relic-delete-alerts-channels
      description: New Relic Delete Alerts Channels Channel
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: new-relic-channel.deletealertschannelschannelid
      with:
        channel_id: tools.channel_id
      outputParameters:
      - type: object
        mapping: $.