Dexcom · Capability

Dexcom Developer API — Alerts

Dexcom Developer API — Alerts. 1 operations. Lead operation: Get Alert Events. Self-contained Naftiko capability covering one Dexcom business surface.

Run with Naftiko DexcomAlerts

What You Can Do

GET
Getalertsv3 — Get Alert Events
/v1/v3/users/self/alerts

MCP Tools

get-alert-events

Get Alert Events

read-only idempotent

Capability Spec

dexcom-alerts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dexcom Developer API — Alerts
  description: 'Dexcom Developer API — Alerts. 1 operations. Lead operation: Get Alert Events. Self-contained Naftiko capability
    covering one Dexcom business surface.'
  tags:
  - Dexcom
  - Alerts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEXCOM_API_KEY: DEXCOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: dexcom-alerts
    baseUri: https://api.dexcom.com
    description: Dexcom Developer API — Alerts business capability. Self-contained, no shared references.
    resources:
    - name: v3-users-self-alerts
      path: /v3/users/self/alerts
      operations:
      - name: getalertsv3
        method: GET
        description: Get Alert Events
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.DEXCOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: dexcom-alerts-rest
    port: 8080
    description: REST adapter for Dexcom Developer API — Alerts. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v3/users/self/alerts
      name: v3-users-self-alerts
      description: REST surface for v3-users-self-alerts.
      operations:
      - method: GET
        name: getalertsv3
        description: Get Alert Events
        call: dexcom-alerts.getalertsv3
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dexcom-alerts-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dexcom Developer API — Alerts. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-alert-events
      description: Get Alert Events
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dexcom-alerts.getalertsv3
      outputParameters:
      - type: object
        mapping: $.