Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Background Tasks API — Access

Microsoft Windows 10 Windows Background Tasks API — Access. 2 operations. Lead operation: Microsoft Windows 10 Get background access status. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Access

What You Can Do

GET
Getbackgroundaccessstatus — Microsoft Windows 10 Get background access status
/v1/background-tasks/access
POST
Requestbackgroundaccess — Microsoft Windows 10 Request background access
/v1/background-tasks/access

MCP Tools

microsoft-windows-10-get-background

Microsoft Windows 10 Get background access status

read-only idempotent
microsoft-windows-10-request-background

Microsoft Windows 10 Request background access

Capability Spec

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