Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Sensors API — Proximity

Microsoft Windows 10 Windows Sensors API — Proximity. 1 operations. Lead operation: Microsoft Windows 10 Get proximity sensor reading. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Proximity

What You Can Do

GET
Getproximityreading — Microsoft Windows 10 Get proximity sensor reading
/v1/sensors/proximity/reading

MCP Tools

microsoft-windows-10-get-proximity

Microsoft Windows 10 Get proximity sensor reading

read-only idempotent

Capability Spec

sensors-proximity.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Sensors API — Proximity
  description: 'Microsoft Windows 10 Windows Sensors API — Proximity. 1 operations. Lead operation: Microsoft Windows 10 Get
    proximity sensor reading. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Proximity
  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: sensors-proximity
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Sensors API — Proximity business capability. Self-contained, no shared references.
    resources:
    - name: sensors-proximity-reading
      path: /sensors/proximity/reading
      operations:
      - name: getproximityreading
        method: GET
        description: Microsoft Windows 10 Get proximity sensor reading
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: sensors-proximity-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Sensors API — Proximity. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/sensors/proximity/reading
      name: sensors-proximity-reading
      description: REST surface for sensors-proximity-reading.
      operations:
      - method: GET
        name: getproximityreading
        description: Microsoft Windows 10 Get proximity sensor reading
        call: sensors-proximity.getproximityreading
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: sensors-proximity-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Sensors API — Proximity. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-get-proximity
      description: Microsoft Windows 10 Get proximity sensor reading
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: sensors-proximity.getproximityreading
      outputParameters:
      - type: object
        mapping: $.