Gravitee · Capability

Gravitee.io - Access Management API — alerts

Gravitee.io - Access Management API — alerts. 7 operations. Lead operation: List alert notifiers. Self-contained Naftiko capability covering one Gravitee business surface.

Run with Naftiko Graviteealerts

What You Can Do

GET
Listalertnotifiers — List alert notifiers
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers
POST
Createalertnotifier — Create an alert notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers
GET
Getalertnotifier — Get an alert notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers/{notifierid}
DELETE
Deletealertnotifier — Delete an alert notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers/{notifierid}
PATCH
Patchalertnotifier — Update an alert notifier
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers/{notifierid}
GET
Listalerttriggers — List alert triggers
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/triggers
PATCH
Updatealerttriggers — Update multiple alert triggers
/v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/triggers

MCP Tools

list-alert-notifiers

List alert notifiers

read-only idempotent
create-alert-notifier

Create an alert notifier

get-alert-notifier

Get an alert notifier

read-only idempotent
delete-alert-notifier

Delete an alert notifier

idempotent
update-alert-notifier

Update an alert notifier

idempotent
list-alert-triggers

List alert triggers

read-only idempotent
update-multiple-alert-triggers

Update multiple alert triggers

idempotent

Capability Spec

am-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gravitee.io - Access Management API — alerts
  description: 'Gravitee.io - Access Management API — alerts. 7 operations. Lead operation: List alert notifiers. Self-contained
    Naftiko capability covering one Gravitee business surface.'
  tags:
  - Gravitee
  - alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GRAVITEE_API_KEY: GRAVITEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: am-alerts
    baseUri: ''
    description: Gravitee.io - Access Management API — alerts business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organizationId-environments-environmentId-domains-domain-alerts-no
      path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/alerts/notifiers
      operations:
      - name: listalertnotifiers
        method: GET
        description: List alert notifiers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
      - name: createalertnotifier
        method: POST
        description: Create an alert notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: organizations-organizationId-environments-environmentId-domains-domain-alerts-no
      path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/alerts/notifiers/{notifierId}
      operations:
      - name: getalertnotifier
        method: GET
        description: Get an alert notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: notifierId
          in: path
          type: string
          required: true
      - name: deletealertnotifier
        method: DELETE
        description: Delete an alert notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: notifierId
          in: path
          type: string
          required: true
      - name: patchalertnotifier
        method: PATCH
        description: Update an alert notifier
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: notifierId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: organizations-organizationId-environments-environmentId-domains-domain-alerts-tr
      path: /organizations/{organizationId}/environments/{environmentId}/domains/{domain}/alerts/triggers
      operations:
      - name: listalerttriggers
        method: GET
        description: List alert triggers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
      - name: updatealerttriggers
        method: PATCH
        description: Update multiple alert triggers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationId
          in: path
          type: string
          required: true
        - name: environmentId
          in: path
          type: string
          required: true
        - name: domain
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.GRAVITEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: am-alerts-rest
    port: 8080
    description: REST adapter for Gravitee.io - Access Management API — alerts. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers
      name: organizations-organizationid-environments-environmentid-domains-domain-alerts-no
      description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-alerts-no.
      operations:
      - method: GET
        name: listalertnotifiers
        description: List alert notifiers
        call: am-alerts.listalertnotifiers
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createalertnotifier
        description: Create an alert notifier
        call: am-alerts.createalertnotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/notifiers/{notifierid}
      name: organizations-organizationid-environments-environmentid-domains-domain-alerts-no
      description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-alerts-no.
      operations:
      - method: GET
        name: getalertnotifier
        description: Get an alert notifier
        call: am-alerts.getalertnotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          notifierId: rest.notifierId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deletealertnotifier
        description: Delete an alert notifier
        call: am-alerts.deletealertnotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          notifierId: rest.notifierId
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patchalertnotifier
        description: Update an alert notifier
        call: am-alerts.patchalertnotifier
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          notifierId: rest.notifierId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/organizations/{organizationid}/environments/{environmentid}/domains/{domain}/alerts/triggers
      name: organizations-organizationid-environments-environmentid-domains-domain-alerts-tr
      description: REST surface for organizations-organizationId-environments-environmentId-domains-domain-alerts-tr.
      operations:
      - method: GET
        name: listalerttriggers
        description: List alert triggers
        call: am-alerts.listalerttriggers
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: updatealerttriggers
        description: Update multiple alert triggers
        call: am-alerts.updatealerttriggers
        with:
          organizationId: rest.organizationId
          environmentId: rest.environmentId
          domain: rest.domain
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: am-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gravitee.io - Access Management API — alerts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-alert-notifiers
      description: List alert notifiers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-alerts.listalertnotifiers
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.
    - name: create-alert-notifier
      description: Create an alert notifier
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: am-alerts.createalertnotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-alert-notifier
      description: Get an alert notifier
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-alerts.getalertnotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        notifierId: tools.notifierId
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-alert-notifier
      description: Delete an alert notifier
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: am-alerts.deletealertnotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        notifierId: tools.notifierId
      outputParameters:
      - type: object
        mapping: $.
    - name: update-alert-notifier
      description: Update an alert notifier
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: am-alerts.patchalertnotifier
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        notifierId: tools.notifierId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: list-alert-triggers
      description: List alert triggers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: am-alerts.listalerttriggers
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
      outputParameters:
      - type: object
        mapping: $.
    - name: update-multiple-alert-triggers
      description: Update multiple alert triggers
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: am-alerts.updatealerttriggers
      with:
        organizationId: tools.organizationId
        environmentId: tools.environmentId
        domain: tools.domain
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.