Microsoft Windows 10 · Capability

Microsoft Windows 10 Windows Background Tasks API — Triggers

Microsoft Windows 10 Windows Background Tasks API — Triggers. 1 operations. Lead operation: Microsoft Windows 10 List available trigger types. Self-contained Naftiko capability covering one Microsoft Windows 10 business surface.

Run with Naftiko Microsoft Windows 10Triggers

What You Can Do

GET
Listtriggertypes — Microsoft Windows 10 List available trigger types
/v1/background-tasks/triggers

MCP Tools

microsoft-windows-10-list-available

Microsoft Windows 10 List available trigger types

read-only idempotent

Capability Spec

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