Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Sensors API — Orientation

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

Run with Naftiko Microsoft Windows 10Orientation

What You Can Do

GET
Getorientationreading — Microsoft Windows 10 Get orientation sensor reading
/v1/sensors/orientation/reading

MCP Tools

microsoft-windows-10-get-orientation

Microsoft Windows 10 Get orientation sensor reading

read-only idempotent

Capability Spec

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