Dexcom · Capability

Dexcom Developer API — Data Range

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

Run with Naftiko DexcomData Range

What You Can Do

GET
Getdatarangev3 — Get Data Range
/v1/v3/users/self/datarange

MCP Tools

get-data-range

Get Data Range

read-only idempotent

Capability Spec

dexcom-data-range.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Dexcom Developer API — Data Range
  description: 'Dexcom Developer API — Data Range. 1 operations. Lead operation: Get Data Range. Self-contained Naftiko capability
    covering one Dexcom business surface.'
  tags:
  - Dexcom
  - Data Range
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEXCOM_API_KEY: DEXCOM_API_KEY
capability:
  consumes:
  - type: http
    namespace: dexcom-data-range
    baseUri: https://api.dexcom.com
    description: Dexcom Developer API — Data Range business capability. Self-contained, no shared references.
    resources:
    - name: v3-users-self-dataRange
      path: /v3/users/self/dataRange
      operations:
      - name: getdatarangev3
        method: GET
        description: Get Data Range
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: lastSyncTime
          in: query
          type: string
          description: Optional ISO 8601 timestamp; the response only reflects records updated since this time.
    authentication:
      type: bearer
      token: '{{env.DEXCOM_API_KEY}}'
  exposes:
  - type: rest
    namespace: dexcom-data-range-rest
    port: 8080
    description: REST adapter for Dexcom Developer API — Data Range. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/v3/users/self/datarange
      name: v3-users-self-datarange
      description: REST surface for v3-users-self-dataRange.
      operations:
      - method: GET
        name: getdatarangev3
        description: Get Data Range
        call: dexcom-data-range.getdatarangev3
        with:
          lastSyncTime: rest.lastSyncTime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: dexcom-data-range-mcp
    port: 9090
    transport: http
    description: MCP adapter for Dexcom Developer API — Data Range. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-data-range
      description: Get Data Range
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: dexcom-data-range.getdatarangev3
      with:
        lastSyncTime: tools.lastSyncTime
      outputParameters:
      - type: object
        mapping: $.