Dexcom · Capability

Dexcom Developer API — Devices

Dexcom Developer API — Devices. 1 operations. Lead operation: Get Device Information. Self-contained Naftiko capability covering one Dexcom business surface.

Run with Naftiko DexcomDevices

What You Can Do

GET
Getdevicesv3 — Get Device Information
/v1/v3/users/self/devices

MCP Tools

get-device-information

Get Device Information

read-only idempotent

Capability Spec

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