Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Geolocation API — Tracking

Microsoft Windows 10 Windows Geolocation API — Tracking. 2 operations. Lead operation: Microsoft Windows 10 Start continuous position tracking. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Tracking

What You Can Do

POST
Startpositiontracking — Microsoft Windows 10 Start continuous position tracking
/v1/geolocation/tracking
DELETE
Stoppositiontracking — Microsoft Windows 10 Stop position tracking
/v1/geolocation/tracking

MCP Tools

microsoft-windows-10-start-continuous

Microsoft Windows 10 Start continuous position tracking

microsoft-windows-10-stop-position

Microsoft Windows 10 Stop position tracking

idempotent

Capability Spec

geolocation-tracking.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Geolocation API — Tracking
  description: 'Microsoft Windows 10 Windows Geolocation API — Tracking. 2 operations. Lead operation: Microsoft Windows 10
    Start continuous position tracking. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.'
  tags:
  - Microsoft Windows 10
  - Tracking
  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: geolocation-tracking
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Geolocation API — Tracking business capability. Self-contained, no shared references.
    resources:
    - name: geolocation-tracking
      path: /geolocation/tracking
      operations:
      - name: startpositiontracking
        method: POST
        description: Microsoft Windows 10 Start continuous position tracking
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: stoppositiontracking
        method: DELETE
        description: Microsoft Windows 10 Stop position tracking
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: geolocation-tracking-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Geolocation API — Tracking. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/geolocation/tracking
      name: geolocation-tracking
      description: REST surface for geolocation-tracking.
      operations:
      - method: POST
        name: startpositiontracking
        description: Microsoft Windows 10 Start continuous position tracking
        call: geolocation-tracking.startpositiontracking
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: stoppositiontracking
        description: Microsoft Windows 10 Stop position tracking
        call: geolocation-tracking.stoppositiontracking
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: geolocation-tracking-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Geolocation API — Tracking. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-start-continuous
      description: Microsoft Windows 10 Start continuous position tracking
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: geolocation-tracking.startpositiontracking
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-stop-position
      description: Microsoft Windows 10 Stop position tracking
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: geolocation-tracking.stoppositiontracking
      outputParameters:
      - type: object
        mapping: $.