Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics

Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics. 1 operations. Lead operation: Microsoft Windows 10 List GATT characteristics. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10GATT Characteristics

What You Can Do

GET
Listgattcharacteristics — Microsoft Windows 10 List GATT characteristics
/v1/bluetooth/le/devices/{deviceid}/services/{serviceid}/characteristics

MCP Tools

microsoft-windows-10-list-gatt

Microsoft Windows 10 List GATT characteristics

read-only idempotent

Capability Spec

bluetooth-gatt-characteristics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics
  description: 'Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics. 1 operations. Lead operation: Microsoft
    Windows 10 List GATT characteristics. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - GATT Characteristics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_WINDOWS_10_API_KEY: MICROSOFT_WINDOWS_10_API_KEY
capability:
  consumes:
  - type: http
    namespace: bluetooth-gatt-characteristics
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics business capability. Self-contained, no
      shared references.
    resources:
    - name: bluetooth-le-devices-deviceId-services-serviceId-characteristics
      path: /bluetooth/le/devices/{deviceId}/services/{serviceId}/characteristics
      operations:
      - name: listgattcharacteristics
        method: GET
        description: Microsoft Windows 10 List GATT characteristics
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceId
          in: path
          type: string
          description: BLE device identifier
          required: true
        - name: serviceId
          in: path
          type: string
          description: GATT service UUID
          required: true
  exposes:
  - type: rest
    namespace: bluetooth-gatt-characteristics-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/bluetooth/le/devices/{deviceid}/services/{serviceid}/characteristics
      name: bluetooth-le-devices-deviceid-services-serviceid-characteristics
      description: REST surface for bluetooth-le-devices-deviceId-services-serviceId-characteristics.
      operations:
      - method: GET
        name: listgattcharacteristics
        description: Microsoft Windows 10 List GATT characteristics
        call: bluetooth-gatt-characteristics.listgattcharacteristics
        with:
          deviceId: rest.deviceId
          serviceId: rest.serviceId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: bluetooth-gatt-characteristics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Bluetooth API — GATT Characteristics. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-list-gatt
      description: Microsoft Windows 10 List GATT characteristics
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: bluetooth-gatt-characteristics.listgattcharacteristics
      with:
        deviceId: tools.deviceId
        serviceId: tools.serviceId
      outputParameters:
      - type: object
        mapping: $.