Arthur J. Gallagher · Capability

Gallagher Command Centre REST API — Alarms

Gallagher Command Centre REST API — Alarms. 1 operations. Lead operation: List Alarms. Self-contained Naftiko capability covering one Arthur J Gallagher business surface.

Run with Naftiko Arthur J GallagherAlarms

What You Can Do

GET
Listalarms — List Alarms
/v1/alarms

MCP Tools

list-alarms

List Alarms

read-only idempotent

Capability Spec

gallagher-command-centre-alarms.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Gallagher Command Centre REST API — Alarms
  description: 'Gallagher Command Centre REST API — Alarms. 1 operations. Lead operation: List Alarms. Self-contained Naftiko
    capability covering one Arthur J Gallagher business surface.'
  tags:
  - Arthur J Gallagher
  - Alarms
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ARTHUR_J_GALLAGHER_API_KEY: ARTHUR_J_GALLAGHER_API_KEY
capability:
  consumes:
  - type: http
    namespace: gallagher-command-centre-alarms
    baseUri: https://localhost:8904/api
    description: Gallagher Command Centre REST API — Alarms business capability. Self-contained, no shared references.
    resources:
    - name: alarms
      path: /alarms
      operations:
      - name: listalarms
        method: GET
        description: List Alarms
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: top
          in: query
          type: integer
          description: Maximum number of results to return.
        - name: source
          in: query
          type: string
          description: Filter by alarm source.
  exposes:
  - type: rest
    namespace: gallagher-command-centre-alarms-rest
    port: 8080
    description: REST adapter for Gallagher Command Centre REST API — Alarms. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/alarms
      name: alarms
      description: REST surface for alarms.
      operations:
      - method: GET
        name: listalarms
        description: List Alarms
        call: gallagher-command-centre-alarms.listalarms
        with:
          top: rest.top
          source: rest.source
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: gallagher-command-centre-alarms-mcp
    port: 9090
    transport: http
    description: MCP adapter for Gallagher Command Centre REST API — Alarms. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-alarms
      description: List Alarms
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: gallagher-command-centre-alarms.listalarms
      with:
        top: tools.top
        source: tools.source
      outputParameters:
      - type: object
        mapping: $.