Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Networking API — Background Transfers

Microsoft Windows 10 Windows Networking API — Background Transfers. 2 operations. Lead operation: Microsoft Windows 10 Create a background download. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Background Transfers

What You Can Do

POST
Createbackgrounddownload — Microsoft Windows 10 Create a background download
/v1/networking/background-transfers/downloads
GET
Listbackgrounddownloads — Microsoft Windows 10 List background downloads
/v1/networking/background-transfers/downloads

MCP Tools

microsoft-windows-10-create-background

Microsoft Windows 10 Create a background download

microsoft-windows-10-list-background

Microsoft Windows 10 List background downloads

read-only idempotent

Capability Spec

networking-background-transfers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Windows 10 Windows Networking API — Background Transfers
  description: 'Microsoft Windows 10 Windows Networking API — Background Transfers. 2 operations. Lead operation: Microsoft
    Windows 10 Create a background download. Self-contained Naftiko capability covering one Microsoft Windows 10 business
    surface.'
  tags:
  - Microsoft Windows 10
  - Background Transfers
  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: networking-background-transfers
    baseUri: https://api.windows.com
    description: Microsoft Windows 10 Windows Networking API — Background Transfers business capability. Self-contained, no
      shared references.
    resources:
    - name: networking-background-transfers-downloads
      path: /networking/background-transfers/downloads
      operations:
      - name: createbackgrounddownload
        method: POST
        description: Microsoft Windows 10 Create a background download
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listbackgrounddownloads
        method: GET
        description: Microsoft Windows 10 List background downloads
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: networking-background-transfers-rest
    port: 8080
    description: REST adapter for Microsoft Windows 10 Windows Networking API — Background Transfers. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/networking/background-transfers/downloads
      name: networking-background-transfers-downloads
      description: REST surface for networking-background-transfers-downloads.
      operations:
      - method: POST
        name: createbackgrounddownload
        description: Microsoft Windows 10 Create a background download
        call: networking-background-transfers.createbackgrounddownload
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listbackgrounddownloads
        description: Microsoft Windows 10 List background downloads
        call: networking-background-transfers.listbackgrounddownloads
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: networking-background-transfers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Windows 10 Windows Networking API — Background Transfers. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-windows-10-create-background
      description: Microsoft Windows 10 Create a background download
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: networking-background-transfers.createbackgrounddownload
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-windows-10-list-background
      description: Microsoft Windows 10 List background downloads
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: networking-background-transfers.listbackgrounddownloads
      outputParameters:
      - type: object
        mapping: $.